随笔分类 - Python
随笔
摘要:#两个文件要放在同一目录中,包括图片 一、搭建游戏舞台主程序 #!/usr/bin/env python3#_*_coding:utf-8_*_ author ==$ VACyp import sysimport pygamefrom girl import Girl def build_pygwi
阅读全文
摘要:file_path =(r'i:\vacpy\ch10\pi_digits.txt') #将文件路径存储在变量file_path中with open (file_path) as file_object: contents = file_object.read() print(contents)""
阅读全文
摘要:active =Truewhile active: message =input("\nPlease input your name:\n") if message =='q': break print("welcome " + message + " come to our website!")
阅读全文

浙公网安备 33010602011771号