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 ,
En esta página del sitio puede ver el video en línea Write a Python Program to Input a Number and Print its First Five Multiples de Duración hora minuto segunda en buena calidad , que subió el usuario Code With TJ 09 septiembre 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,019 veces y le gustó 11 a los espectadores. Disfruta viendo!