一、模組概述:
1.os模組:
importos#2.time模組:print(os.getcwd())##
os.chdir('哦哦哦')
#print(os.getcwd())
#os.chdir('.')
#print(os.getcwd())
#os.chdir('..')
#print(os.getcwd())
#os.makedirs('test1/test2/test3')
#os.chdir('..')
#print(os.getcwd())
#os.removedirs('os模組/test1/test2/test3')
#os.chdir('.')
#print(os.getcwd())
#os.removedirs('test1/test2/test3')
#print(os.system('ipconfig'))
print(os.environ)
import二、包的呼叫,包的呼叫路徑、驗證__name__的重要作用三部分內容見原始碼包time
#結構化時間與時間戳的簡單介紹:
#print(time.time())
#t=time.localtime()
#print(time.localtime())
#print(t.tm_year)
#print(time.localtime(time.time()))
## 結構化時間轉化為時間戳
#print(time.mktime(time.localtime()))##
print(time.strftime('%y-%m-%d %x',time.localtime()))##
#print(time.strptime('2018:12:12:17:50:36','%y:%m:%d:%x'))##
# 轉化為系統定的時間格式:
#print(time.ctime())
#print(time.asctime())
#import datetime
#print(datetime.datetime.now())
#import time
#import sys
#print(sys.path)
#print(time.ctime())
三、random函式:
importrandom
#print(random.random())
#print(random.randint(1,3))
#print(random.randrange(1,3))
#print(random.shuffle([1,2,3,4,5])) #返回none
ret=[1,2,3,4,5]
random.shuffle(ret)
print(ret)
聖誕節的整理前兩周的內容2
一 b模式 f open 1 rb data f.read print data f open test1 wb f.write bytes hello encoding utf 8 編碼方法1 f.write 楊戩 encode utf 8 編碼方法2 二 迭代器和生成器 方法一 ll 1,2,3...
聖誕節的巴黎
寒冷的氣候,停運的 歐洲之星 列車。2009年歲末,法國人在紛紛擾擾中走近了傳統節日聖誕節。雖然金融危機的陰影揮之不去,但節日的喜慶氣氛 商家的大力 以及家人團聚的喜悅仍然讓這個寒冬變得溫暖。巴黎春天百貨臨街的櫥窗裡,精巧的套娃配合俏皮的電子 上下擺動,讓圍觀的孩子們樂不可支。春天百貨的店長皮埃爾 ...
聖誕節的意義
在這聖誕的節日中,就是紀念主耶穌 道成肉身來到我們中間的日子中,願眾弟兄姊妹們平安。是我們的主,願恩惠 平安從神我們的父並主耶穌 歸於你們。今天是傳統意義上的平安夜,相信現在中國,越來越多的人知道聖誕節,並且也愛藉著聖誕節的這個 藉口 讓自己好好的瘋狂一下,而且也會互相祝福 聖誕快樂 商家也趁著這樣...