Same problem yaar? Donno whats wrong with the code | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Same problem yaar? Donno whats wrong with the code

#def shout(word): # """ #Print a word with an #exclamation mark following it. #""" # print(word + "!") #shout("spam") def trythis(word): print (word + "yea") trythis ("howarr")

26th Dec 2016, 11:40 PM
Kishore
1 Respuesta
0
You do not execute function. Your intendation shows us that instead of executing it you made recursion. In simplier words just delete spaces before "trythis ("howarr")"
27th Dec 2016, 12:17 AM
Jakub Stasiak
Jakub Stasiak - avatar