def sing_it_again():
try:
mommas_dont_let_your_kids_recursively()
except:
sing_it_again()
# without a retry count
Post
June 24, 2017
June 24, 2017
def sing_it_again():
try:
mommas_dont_let_your_kids_recursively()
except:
sing_it_again()
# without a retry count