Write a Python Program to Print n Natural Numbers Using While Loop

preview_player
Показать описание
Hello Programmers, Welcome to my channel.

In this video you will learn about how to Write a Python Program to Print n Natural Numbers Using While Loop

Python Scripts
======================

Python Functions Solved
==========================

Python Programs Solved
============================

Code
=============================
n = int(input("Enter Value of n : "))

print(f"{n} Natural Numbers are ..")

index = 1
while index less_than_symbol= n:
print(index, end=" ")
index += 1

Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners
Рекомендации по теме
Комментарии
Автор

*that indian guy who explains it perfectly

sumithharold