4 lines
63 B
Python
4 lines
63 B
Python
x = 1
|
|
if(x == 1):
|
|
print("Its a one!")
|
|
print("Hello World!") |