Guest User

Untitled

a guest
May 20th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import random
  2.  
  3. tabuada = int(input('Digite o número da tabuada: n'))
  4. if tabuada == 1:
  5. print(random.choice(['1x1 = ','1x2 = ','1x3 = ','1x4 = ','1x5 = ','1x6 = ','1x7 = ','1x8 = ','1x9 = ','1x10 = ']))
Add Comment
Please, Sign In to add comment