Untitled

 avatar
unknown
python
4 years ago
65 B
1
Indexable
for num in range(1, 11):
    print(f'{num} times 7 is {num * 7}')
Editor is loading...