[Solved] Why doesn’t this function call print anything?
[ad_1] When i used parenthesis, removed quotes it worked. def my_function(s): print(“a”) size = len(s) print(size) return my_function(“abc”) [ad_2] solved Why doesn’t this function call print anything?