Thonny questions & answers

Develops and observes software on Python
A
Answer by Akash Shah

Here is the program in Python using Thonny:


num = int(input("Enter a number between 1 and 12: "))
for i in range(1, 11):
result = num * i
print(num, "x", i, "=", result)

This program asks the user to enter a number between 1 and 12 and then displays the times table for that number up to 10.

G
Question by Guest
185 views
March 9, 2023
See more questions & answers

Ask a question about Thonny

Alternative downloads

Python
Free
rating

Create web and desktop applications using an object oriented language.

Python - IPython
Free
rating

Enhanced interactive Python shell and architecture for parallel computing.

Wing IDE 101
Free
rating

A Python IDE specially designed for teaching purposes.