Skip to content

Commit fe24e28

Browse files
Add files via upload
1 parent 955e297 commit fe24e28

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
print("Hello World!")
2+
print("Hello Python4Delphi!")
3+
print(2+2)
4+
print(2-2)
5+
print(2*2)
6+
print(2/2)
7+
print(2%2)
8+
print(2**2)
9+
print(2//2)

0 commit comments

Comments
 (0)