prog8_30.py

print(list("Pythonの世界"))
print(list(range(1, 11)))

# プログラム8-30(コンストラクタlist)