- Follow
snake_case
it=int=input( ""'')
does this even fucking compile?MyNumberCounter= 10
whitespace between operatorstry :
not this operatorwhile not
: could swap to== False
(it)
does nothingint
don't name a variable with a type name- mix of tabs and spaces, you evil, evil person
MyNumberCounter()
the type is an int, not a function or generator, this probably won't compileloop
is not defined010
this actually can create weird problems when this tries to convert to a hex or binary number- in your division loop, you divide it by a number which you multiply it by straight after
== True
are you even trying--+~
: I'm so tempted to ctrl+w this shit.del total
: you don't need to delete a scope leveled variable#
indent the comment to the level of the code it's referring tovar=var+1
:+=
operator> 42
: magic numberselse
is emptywhile 1
: never breaksfunc() and func()
nope. nope. nopeprint str(int)
no thanks. this doesn't even do anything meaningful.
Created
February 23, 2016 12:53
-
-
Save The-Quill/29c67d15901b0967d85a to your computer and use it in GitHub Desktop.
mehmehmeh.meh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ಠ_ಠ