| ???? Python ??? | ??4?? ???????? | |
|---|---|---|
| ???? | ???? | ???? |
?????Python???????????????¦Ê¦Æ???????? ???? ??????????????????????????????? ???? ?????????????? ???? ????
???????????????????
????????????????????????????????????????????????Python???????????????????
???????????????????????????????????????????????????????????§Ô???
??¦Á?§ÕPython????
??????????????Python????????????
1. ????????????????
2. ?????????§Ö???????
3. ??????§Ú????????????????????????????????????????§Ö?Python???????????.py???™n
4. ???§ß?????????python program.py???????IDLE???§Ô?????????????????????????§Ö??????
# Filename : var.py
i = 5
print i
i = i + 1
print i
s = '''This is a multi-line string.
This is the second line.'''
print s
????????code/var.py??
$ python var.py
5
6
This is a multi-line string.
This is the second line.
?????????????????????¦É?????????????????????????=?????????????????????5????????i??????§Ô??????????????????????????ï…??????????????????i???5???????????????????????print?????i???????????????????????????
????????i?§Õ›¥?????1??????????i???????????????????????6??
??????????????????????????????????????s?????????
??C/C++??????????
??????????????????????????????????????????????
| ???? | ????? | ???? |
|---|---|---|
| ???????? | ??? | ????????????? |