| ???? Python ??? | ??4?? ???????? | |
|---|---|---|
| ???? | ???? | ???? |
?????Python?????????????????????????????????????????????????????????????????????????????§Ö???????¦²??????????????????î•
????¦Æ??????¦Å??????????????????????????????????????????????????????????§á????§Û?????????????
????????????????????????????????????????Ȃ
i = 5
print 'Value is', i # Error! Notice a single space at the start of the line
print 'I repeat, the value is', i
????????????????????????????????
File "whitespace.py", line 4
print 'Value is', i # Error! Notice a single space at the start of the line
^
SyntaxError: invalid syntax
????????§Ö?????????????Python????????????????????????????§¹??????????????????§Õ?????????? ????????????¦Ì????? ??????????????????????ï‚???????????????ï…????????????????????????????????
???????
????????????????????????????????????????????????????????????? ?????? ????????????????? ???????? ?? ???????????? ??
???????????????????????????????????????????????????????? ? ??????????
| ???? | ????? | ???? |
|---|---|---|
| ????????????? | ??? | ???? |