这个是作业:
这个怎么编写呢?
我自瞎写的
import easygui
information1 = easygui.enterbox('what is your name?')
information2 = easygui.enterbox('What is your room number?')
information3 = easygui.enterbox('Which city and street do you live in?')
information4 = easygui.enterbox('Which province / region / state do you live in?')
easygui.msgbox ('This is your full address!'+ information3,information1,information4,information2)
结果完全没有达标啊!