new file: tasck12.py new file: task1.py new file: task10.py new file: task13.py new file: task14.py new file: task15.py new file: task16.py new file: task2.py new file: task3.py new file: task4.py new file: task5.py new file: task7.py new file: task8.py new file: task9.pymaster
parent
c6ee349146
commit
5548bc4e22
@ -0,0 +1 @@ |
||||
print('Python'*1234) |
@ -0,0 +1 @@ |
||||
print(int(('1'*123))**2) |
@ -0,0 +1,7 @@ |
||||
a = int(input()) |
||||
b = int(input()) |
||||
a += b |
||||
b = a-b |
||||
a -= b |
||||
print(a) |
||||
print(b) |
@ -0,0 +1,3 @@ |
||||
a = int(input()) |
||||
print("The next number for the number", int(a),"is",str(a+1)+'.') |
||||
print("The previous number for the number",a,"is",str(a-1)+".") |
@ -0,0 +1 @@ |
||||
print(1*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17*18*19*20) |
Loading…
Reference in new issue