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
-
@not-dan Not semicolons (because Python) but maybe ":" (colon) after the if condition, my mystake ^-^
-
not-dan4418y@davidepetti
I skipped the Python lessons for c/c++. Couldn't pass up the chance to be punished for poor memory management and tortured with compiler issues. Happy birthday though. Here's to many more. -
@not-dan Haha no problem dude, I know how you feel, in my opinion c and c++ are the true things to learn, I had to do that exam with pen and paper.. Thank you very much! :D
-
@ridsatrio But it's python (I think.. maybe I was drunk haha),I have to interpret it and I do not need to declare variables before
Related Rants
# TODAY :)
myAge = 22
if (day == 24 && month == 6)
myAge++
print("Happy BDay to me!")
undefined
birthday
programmer