鱼C论坛

 找回密码
 立即注册
查看: 1918|回复: 0

[技术交流] 学论坛视频的笔记class1

[复制链接]
发表于 2020-6-13 02:08:01 | 显示全部楼层 |阅读模式

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

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

x
希望大家一起补充

integrated development and learning environment IDLE(最有利学习)
manual module 交互(shell你给他一个指令他立刻给你一个反馈)和编辑器模式



temp = input ("guess which  number is in my mind:")
guess = int(temp)//guess = int(input)
TypeError: int() argument must be a string, a bytes-like object or a number, not 'builtin_function_or_method'

if guess == 8:
    print(" bingo")
    print(" no reward for you hhh")



else:
    print(" wrong the answer is 8 hh")
print("game is over")
=========================
雷区:!
英文标点 :
修改编辑器的字体

options  configure IDLE  change to consolas

2 缩进!!!!是live  PEP8
BIF!接受用户输入的数据
3 builtin_function 内置函数 答对
dir(__builtins__) 看见BIT 了
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-20 17:08

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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