Python--01
摘要:01 basic.py # coding:utf-8 编码格式为utf-8 # 单行注释 Ctrl+/ ''' 多行注释 a = 12 b = '你好' c = 3.4 print("%s,总共%d,那么c=%f"%(b,a,c),end='\t') a = int(input("请输入结果:"))
阅读全文
posted @
2019-09-26 15:09
studyAppStore
阅读(189)
推荐(0)
git commit -m "first commit"错误:unable to auto-detect email address
摘要:*** Please tell me who you are. Run git config --global user.email "you@example.com"git config --global user.name "Your Name" to set your account's de
阅读全文
posted @
2019-09-09 15:05
studyAppStore
阅读(421)
推荐(0)