鱼C论坛

 找回密码
 立即注册
分享 上班第不知道多少天
可能会下雪 2023-8-26 10:06
好久都没写日志了,今早无事,偶然打开小电脑写写。 最近最大的好消息就是四级过了,准备备考12月份的六级。平时背背单词,看看六级视频,希望能过。关于大论文,我比较操心,感觉自己选题是不是太难,要是做不出来就完蛋了。 最近跟Y闹矛盾,我不确定要不要继续,暂且走一步看一步吧。就这样了。
1 次阅读|0 个评论
分享 关于模块的引用
艾塔星 2023-8-26 00:07
1.文件路径结构: F:. │ call_hello.py │ └─temp │ hello.py hello.py代码: def func(): print("hello world") call_hello.py代码: from temp import hello hello.func() (1)所以第一种引用模块的方法是:from 目录 import 文件名 ===== ...
0 个评论
分享 第41讲动动手第一题
黄老师大笨蛋 2023-8-24 19:14
------未使用函数封装-------------- print('欢迎来到鱼C论坛~') i = True dic_1= dict() while i: s1 = print('1.注册') S2 = print('2.登录') s3 = print('3.退出') x = int(input('请输入指令:')) if x == 1: &nbs ...
0 个评论
分享 38讲动动手第一题
黄老师大笨蛋 2023-8-17 10:33
dict1 = {"小甲鱼":"I_love_FishC", "不二如是":"FishC5201314"} user = input('用户名:') while dict1.get(user,0): print('用户名已存在') user = input('用户名:') code = input('密码:') dict1.setdefault(user,code) for each in dict1: print(each)
0 个评论
分享 人生中第一篇原创精华帖,求支持!!!
编程追风梦 2023-8-10 16:57
https://fishc.com.cn/thread-232213-1-1.html
73 次阅读|0 个评论 热度 5

本页有 5 篇日志因作者的隐私设置或未通过审核而隐藏

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

GMT+8, 2024-6-29 07:58

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

返回顶部