Commit 3b03c12d by BellCodeEditor

auto save

parent 06e61bfe
Showing with 5 additions and 4 deletions
print('hello python') x = 2
print('2' + '2') y = "hello"
print(2+2) print(type(x))
\ No newline at end of file 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