def print_w(word): print(word + "!") print_w("spam") print_w("eggs") print_w("python") >>> spam! eggs! python! >>>
切换屏幕方向
1