write a Python coding to accept a number using for loop
Answers
Answered by
0
Hëy Frïèñd
Here is the Coding..
a = int(input("Enter a number"))
while a < 10 :
print ("Square of", a , 'is', a*a)
a += 1
print ("End!!!")
.
.
.
.
I Hope This Will Help You ^_^
LuckyYadav2578:
This coding is not of that program
Similar questions
Computer Science,
6 months ago
Math,
6 months ago
Music,
1 year ago
English,
1 year ago
English,
1 year ago