Write a Python Program to Input a Number and Print its First Five Multiples

Published: 09 September 2022
on channel: Code With TJ
1,019
11

Hi, in this video I tried to explain how to Write a Python Program to Input a Number and Print its First Five Multiples


Python Scripts
======================
https://codewithtj.blogspot.com/2024/...

Python Functions Solved
==========================
https://codewithtj.blogspot.com/2023/...

Python Programs Solved
============================
https://codewithtj.blogspot.com/2023/...


Code
===========
number = int(input("Enter a number : "))

multiples = [number * index for index in range(1, 6)]

print("First five multiples are ... ")
print(multiples)

Keywords
====================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners ,


On this page of the site you can watch the video online Write a Python Program to Input a Number and Print its First Five Multiples with a duration of hours minute second in good quality, which was uploaded by the user Code With TJ 09 September 2022, share the link with friends and acquaintances, this video has already been watched 1,019 times on youtube and it was liked by 11 viewers. Enjoy your viewing!