prog8_1.py

print("hello")
print("hello".upper())

# プログラム8-1(メソッドを呼び出す)