--日時を表示 print(os.date()) --フォーマットを指定して日時を表示 print(os.date("%Y年 %m月 %d日")) --ランダムな値 print(math.random()) --範囲を指定したランダムな値 print(math.random(1, 100)) --円周率 print(math.pi) --sin関数 print(math.sin(vci.me.FrameCount))