Guest User

Untitled

a guest
Nov 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. player_name = input("請輸入球員姓名:")
  2. player_height = input("請輸入球員身高(cm):")
  3. player_weight = input("請輸入球員體重(kg):")
  4. print(type(player_name))
  5. print(type(player_height))
  6. print(type(player_weight))
Add Comment
Please, Sign In to add comment