Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
problem on/off
for n in range(1,101): # print n if n % 3 == 0 and n%5 == 0: print "on/off" else: if n%5 == 0: print "off" elif n%3 == 0: print "on" else: print n
run
|
edit
|
history
|
help
0
Numbers padding in Python
Dictionary
Difference of Sum
Python2, list comprehension, join, split, zip
PySetUnpack
Test
PySet
check if any permutations of a word is a palindrome - python
Python
NormalizedTags