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

Publicado em: 09 Setembro 2022
no canal de: 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 ,


Nesta página do site você pode assistir ao vídeo on-line Write a Python Program to Input a Number and Print its First Five Multiples duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Code With TJ 09 Setembro 2022, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 1,019 vezes e gostou 11 espectadores. Boa visualização!