Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Hello, world!
  2. Hello, world!
  3.  
  4. 15,5
  5. double
  6. 15.5
  7. string
  8. a = input()
  9. print(str(type(a)).split("'")[1].split("'")[0])
  10.  
  11. 15+3*3+2*5-4
  12. 30
  13. без скобок
  14.  
  15. lst = "а","б","в","г","д","е","ё","ж","з","и","й","к","л","м","н","о","п","р","с","т","у","ф","х","ц","ч","
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement