自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 习题19 函数和变量

#ex19.py def cheese_and_crackers(cheese_count, boxes_of_crackers): print(f"You have {cheese_count} cheeses!") print(f"You have {boxes_of_crackers} boxes of crackers!") print("Man that's enough for ...

2019-09-06 16:39:10 117

原创 习题17 更多文件操作

#ex17.py from sys import argv from os.path import exists script, from_file, to_file = argv print(f"Copying from {from_file} to {to_file}") in_file = open(from_file) indata = in_file.read() print(f...

2019-09-04 15:25:42 113

原创 习题16 读写文件

#ex16.py from sys import argv script, filename = argv print(f"we're going to erase {filename}.") print("if you don't want that , hit CTRL-C (^C).") print("If you want taht, hit RETURN.") input(" ")...

2019-09-03 11:09:36 128

原创 ubuntu14.04 OpenNI2 安装

ubuntu14.04 OpenNI2 安装linux小白,重装系统总要到处找教程,决定自己记录一下,以便以后再次配置环境 linux小白,重装系统总要到处找教程,决定自己记录一下,以便以后再次配置环境 (直接alt+ctrl+t 复制粘贴就可以了) = 。=! 1.clone source文件(home目录下) $ cd ~ && git clone http://githu...

2019-06-16 22:24:16 535 2

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除