Guest User

Untitled

a guest
Jan 18th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. a, b, c = map(float, input().split(' '))
  2.  
  3. Traceback (most recent call last):
  4. File "595bd828-ce3d-4d8b-9055-47517a8a18c0", line 3, in <module>
  5. a, b, c = map(float, input().split(' '))
  6. ValueError: could not convert string to float:
  7.  
  8. -10000<=a, b, c <=10000
  9. Они могут быть любого типа (не только целые)
  10. разделены пробелами
Add Comment
Please, Sign In to add comment