Step into my code: tests

This commit is contained in:
Elizaveta Shashkova
2015-04-29 14:59:36 +03:00
parent 602fd4955c
commit 59c9dee56c
3 changed files with 61 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
from calendar import setfirstweekday
def foo(x):
return x + 1
foo(2)
stopped_in_user_file = True
setfirstweekday(3)
x = 9