+ 2
Comments, please?
Hey, peaple! Can you add some comments to your code in quiz factory? I can't even imagine the meaning of some syntaxis, like "x*=" or difference between "++x" & "x++" , etc. Or, maybe, developpers add comments to challenges and we will see them after chellenge is finished?
4 ответов
+ 3
Bekhzod, yeah. Even a lot of spaces dosn't help.
+ 2
for that you need to go through the courses... and learn them properly
+ 2
x*=a means x=x*a ,this is a short hand form.. it will help you instead of writing variables again..
++x is prefix and x++ is postfix
+ 1
Pythons is the most difficult language isn't it?