Commit c6805523 by BellCodeEditor

auto save

parent a685abee
Showing with 23 additions and 0 deletions
# '''
# dkljfklds
# '''
# a=input()
# b=float(a)
# print('%.2f'%b,round(b,2))
import turtle
turtle.dot(50,"red")
turtle.done()
# a=2
# b=3
# a%=a**b
# print(a)
print(type(345.9))
465%10//10
465//10//10
465%10
465//10%10
print(not 2*3>4*2 or "121">'12' and 7%3==4%3)
if and or not class as
\ 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