Commit 3b03c12d by BellCodeEditor

auto save

parent 06e61bfe
Showing with 5 additions and 4 deletions
print('hello python')
print('2' + '2')
print(2+2)
\ No newline at end of file
x = 2
y = "hello"
print(type(x))
print(type(y))
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment