上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: 阅读全文
posted @ 2021-10-08 23:11 xman888 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 随机数 random: append: append() method only works for the addition of elements at the end of the List, for the addition of elements at the desired positi 阅读全文
posted @ 2021-10-08 22:54 xman888 阅读(26) 评论(0) 推荐(0) 编辑
摘要: python3 -m pip install Django 验证安装成功 Creating a project django-admin startproject mysite This will create a mysite directory in your current directory 阅读全文
posted @ 2021-10-08 22:27 xman888 阅读(19) 评论(0) 推荐(0) 编辑
摘要: pycharm 阅读全文
posted @ 2021-10-08 21:38 xman888 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-10-08 20:50 xman888 阅读(29) 评论(0) 推荐(0) 编辑
摘要: input How the input function works in Python : When input() function executes program flow will be stopped until the user has given an input. The text 阅读全文
posted @ 2021-10-08 20:17 xman888 阅读(69) 评论(0) 推荐(0) 编辑
摘要: apt install python3-pip -y pip3 --version pip install pymysql 阅读全文
posted @ 2021-10-08 17:11 xman888 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 创建文件,并写入数据: append 数据 Passing ‘w’ to the open() method tells Python to open the file in write mode. In this mode, any data already in the file is lost 阅读全文
posted @ 2021-10-08 13:47 xman888 阅读(27) 评论(0) 推荐(0) 编辑
摘要: close() function closes the file and frees the memory space acquired by that file. It is used at the time when the file is no longer needed or if it i 阅读全文
posted @ 2021-10-08 10:40 xman888 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 字符串是 Python 中最常用的数据类型。我们可以使用单引号 ' 或双引号" 来创建字符串。 阅读全文
posted @ 2021-10-07 21:10 xman888 阅读(42) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页