Commit 1869c800 by BellCodeEditor

auto save

parent 1754f9f4
Showing with 6 additions and 0 deletions
y = 7
print('7',type(y))
y = 'defg'
print('defg',type(y))
print(y==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