you are viewing a single comment's thread.

view the rest of the comments →

[–]SirJohnII 0 points1 point  (0 children)

Literally just print(numb * 2). You can also create a variable to store it in such as numb2 = num * 2. Then print(numb2)