Computer Science, asked by shahissain, 9 months ago

write a Python coding to accept a number using for loop​

Answers

Answered by QwertyPs
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
LuckyYadav2578: program will be by using list
LuckyYadav2578: and for loop and append
Similar questions