Initial commit: Python learning project with examples and exercises
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#5.1.1
|
||||
def f(x,a):
|
||||
r = 1
|
||||
while r<=a:
|
||||
print("Happy birthday"+x)
|
||||
r+=1
|
||||
f("China",10)
|
||||
Reference in New Issue
Block a user