Commit a52fc31e by BellCodeEditor

auto save

parent a5b17f9d
Showing with 6 additions and 2 deletions
print("hello world!")
\ No newline at end of file
print('hello,world')
print(20,'hello')
print(9*12)
a='hello,world'
print(a)
\ 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