def hello_message(): return 'Hello World!'
import math def factorial(n): return math.factorial(n)
Loading collection data...