Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You know, I find python incredibly annoying to work with because I'm so married to C and C++.
It feels dirty and wrong not to declare my variables lol -
DavRant15097y@Gogeta70 I believe that in python 3.6 they added the ability to declare variables without content, by setting them equal to a variable type. For example:
someVar = str
Got assignment that needs to be written in C.
I write mostly Python.
It's ok i got it.
*after 5mins*
WHY THIS SHIT DOESNT FUCKIN WORK.
ah shit, i need to declare the variables.
random