fork download
  1. def hello(str1):
  2. print("Hello world")
  3. str1 = "NICE DUDE!"
  4. hello(str1)
Success #stdin #stdout 0.02s 28384KB
stdin
Standard input is empty
stdout
Hello world