Initial commit: Python learning project with examples and exercises
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
print("a\nb")
|
||||
print(hex(21))
|
||||
len(str(val))
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
print("a\nb")
|
||||
print(hex(21))
|
||||
len(str(val))
|
||||