Write a Program Whose Input is Two Integers. Output The First Integer And Subsequent Increments of 5

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

In this video you will learn about how to Write a Program Whose Input is Two Integers. Output The First Integer And Subsequent Increments of 5 as Long as The Value is Less Than or Equal to The Second Integer

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

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

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

Program Statement
=======================
Write a Program Whose Input is Two Integers. Output The First Integer And Subsequent Increments of 5 as Long as The Value is Less Than or Equal to The Second Integer

Code
=============================
number = int(input("Enter first number : "))
limit = int(input("Enter second number : "))

while number replace_this_with_less_than_symbol= limit:
print(number)
number = number + 5

Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners
Рекомендации по теме
welcome to shbcf.ru