鱼C论坛

 找回密码
 立即注册
查看: 2583|回复: 2

[技术交流] 零基础入门学习Python 0~4课

[复制链接]
发表于 2017-6-14 21:19:55 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
1        No variable claim needed. Variable does not have type
2        "Tab is the key to control syntax. Need to be handle carefully.  A line with tab or no tab determine the logic level of that command.
Tab is just like the"" {"" in C.
if there is "":"" at the end of one command, then [Enter], the next line will start with a tab. E.g  if:, the next line is a tab behind if"
3        Tab can be used to promote command.  Type pr+tab, shows a list of all commands start with pr
4        IDLE is like cmd for windows, get direct input of command and execute
5        To compose a programe, use Ctrl+N (Create  New Window) and type in it and save.  With the file open, F5 can run it.
        Seems no programe name need to be given for now
6        "=" mean pass value (赋值) from right side to left side; "==" means "等号判断"
7        BIF means Built in Function(“内置函数”)
        In IDLE, type: dir(__builtins__), it will list all Built ins in Python. Among the output list, the word in small letters,eg print, are BIF
        use BIF help to get the help for BIF.  E.g  help(print)
8        \n, meaning start with a new line.  \ can also used to escape other conflict characters. Such as 'Let\'s talk to her'
9        In long paragraph, can use """ ……""" , within it, use [Enter], it will automatically apply \n for it.

评分

参与人数 1鱼币 +1 收起 理由
小甲鱼 + 1

查看全部评分

本帖被以下淘专辑推荐:

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2017-6-24 10:07:21 From FishC Mobile | 显示全部楼层
外国人?
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2017-6-29 22:04:46 | 显示全部楼层
中国人
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-24 17:02

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表