Wednesday, June 19, 2019

while test in python

i = 0
while i<= 5:
    print("*");
    i = i + 1;


output:





No comments:

Post a Comment

python class topic video