You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defintro():
@swimdeftest(p=0.5,i=0):
D("bd",i=i)
again(test,p=0.5,i=i+1)
intro() #calling the swimming function inside intro()silence(test) #doesn't silence test
Activity