Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. #!/usr/bin/env python3
  2.  
  3. atual = 0
  4. qu = 0
  5. qa = int(input("quantos carros você deseja cadastra: "))
  6.  
  7. while qu < qa:
  8.     d = input("marca ")
  9.     c = input("ano ")
  10.     qu += 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement