notebook.community
Edit and run
In [1]: def week_1(): return "No programming modules this week" week_1()
def week_1(): return "No programming modules this week" week_1()
Out[1]: 'No programming modules this week'
'No programming modules this week'
In [ ]: