当前位置:网站首页>User interaction + formatted output
User interaction + formatted output
2022-07-31 01:51:00 【51CTO】
用户交互
1 2 3 4 5 6 7 |
|
输入密码时,如果想要不可见,需要利用getpass 模块中的 getpass方法,即:
1 2 3 4 5 6 7 8 9 10 |
|
Use the console can showgetpassModule function below:
chmod 755 hello.py(加入权限755:7-->4:读取+2:写+1:执行,User can read write executable is belong to.5:4+1)
755 :所属用户、所属组、其他用户
See how the data transfer:
实现:
username = input("username:")
password = input("password:")
print(username,password)
注意:shellThere is a difference between single and double quotes in the
实现:
username:123
password:123
123 123
注意:能不使用“+”Plus stitching will not use,太占内存了.
name:lnx
age:23
job:工程师
salary:34000
------info of lnx
Name: lnx
Age:23
Job:工程师
Salary:34000.00
用户交互
1 2 3 4 5 6 7 |
|
输入密码时,如果想要不可见,需要利用getpass 模块中的 getpass方法,即:
1 2 3 4 5 6 7 8 9 10 |
|
Use the console can showgetpassModule function below:
边栏推荐
- 观察者(observer)模式(一)
- Multiplication, DFS order
- MySql installation and configuration super detailed tutorial and simple method of building database and table
- 软件测试缺陷报告---定义,组成,缺陷的生命周期,缺陷跟踪产后处理流程,缺陷跟踪处理流程,缺陷跟踪的目的,缺陷管理工具
- [1154]如何将字符串转换为datetime
- Fiddler抓包模拟弱网络环境测试
- multiplayer-hlap 包有问题,无法升级的解决方案
- cudaMemcpy学习笔记
- JPEG Steganalysis of Digital Image Steganography
- pycharm重命名后无法运行(报错: can‘t open file......No such file or directory)
猜你喜欢
JPEG Steganalysis of Digital Image Steganography
Tower of Hanoi problem
MySQL的安装教程(嗷嗷详细,包教包会~)
1.非类型模板参数 2.模板的特化 3.继承讲解
Drools基本介绍,入门案例,基本语法
I have been working in software testing for 3 years, how did I go from just getting started to automated testing?
太阳能板最大面积 od js
Unity界面总体介绍
ShardingJDBC基本介绍
vlan间路由+静态路由+NAT(PAT+静态NAT)综合实验
随机推荐
MySQL的分页你还在使劲的limit?
软件测试要达到一个什么水平才能找到一份9K的工作?
基于FPGA的售货机
Kyushu cloud as cloud computing standardization excellent member unit
Interprocess communication study notes
[1153]mysql中between的边界范围
MySql的初识感悟,以及sql语句中的DDL和DML和DQL的基本语法
怎样做好一个创业公司CTO?
leetcode-128:最长连续序列
打印任务排序 js od华为
【AcWing 62nd Weekly Game】
PDF split/merge
Tower of Hanoi problem
程序员转正述职报告/总结
uniapp使用第三方字体
有没有可以做副业可以日入300元方法?
What is the ideal college life?
什么是理想的大学生活?
pycharm重命名后无法运行(报错: can‘t open file......No such file or directory)
MySQL (6)