Advertisement
rony2605

Multiplos de 1 numero

Dec 25th, 2012
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. #Programa que da o numero primo de um numero
  2. num = int(input("DIgite um valor qualquer"))
  3.  
  4. print num * 1
  5. print num * 2
  6. print num * 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement