def foo(msg): print(msg) return 0 foo("Hello, World!") def bar(msg): print⏩⏭(msg) return 1⏮⏪