Header Ads Widget

Python program to print Your name 5 times on the screen

  

 Python program to print Your name 5 times on the screen

Write a program to print your name 5 times on the screen .

Sample Output

EasyCodingZone
EasyCodingZone
EasyCodingZone
EasyCodingZone
EasyCodingZone

 Python program to print Your name 5 times on the screen

The objective of the code is to print the name 5 times on the screen .

Code(Python):-

for i in range(5):
print("EasyCodingZone")

Output:-

EasyCodingZone
EasyCodingZone
EasyCodingZone
EasyCodingZone
EasyCodingZone

Recommended Post :-

HCL Coding Questions:-

Capgemini Coding Questions:-

Companies interview:-

Full C course:-    

Key points:-

Cracking the coding interview:-

 Array and string:-

Tree and graph:-

Hackerearth Problems:-

Hackerrank Problems:-

Data structure:-

 MCQs:-