β back to unit
Easy
# intro
Double the Lucky Number
Every player in the Lucky Numbers game gets a number β and this game always doubles it to see who wins the bonus round! π²
You're given a number. Print it doubled.
For example, if the number is 4, print 8.
π‘ need a hint?
intro-lucky-number.pyπ given lines are locked β write your code in between
loading...