[Day17]-应用模组2

  • 时间time模组
    使用前要先import time
  1. Time()可以传回自1970/1/1以来的秒数
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644FerLJhwRAO.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644UJe78SEcyY.png
  2. Sleep(n) 可以让工作停止n秒
  3. Asctime() 以阅读的方式列出目前的时间
    https://ithelp.ithome.com.tw/upload/images/20210929/201406445MuCFqZgwR.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644nZ5HDKE9zY.png
  4. Localtime() 可以返回元组的日期与时间,可以用索引的方式取得个别值
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644FjAVmTyYKH.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644pFioytaXCQ.png
  • 系统sys模组
    使用前要先import sys
  1. Stdin物件 指从萤幕输入,然後读取萤幕输入直到按下enter键
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644giaqwyQHlv.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644nU8SOVWQiN.png
  2. Stdout物件 指从萤幕输出,然後可以从萤幕输出资料
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644QqozNmXXI1.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644zlFd2tqk8T.png
  • 日期calendar模组
    使用前要先import calendar
  1. 列出是否为闰年isleap()
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644dA2AJiwH6O.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644yRqEltcvy2.png
  2. 印出月历 month()
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644q2kvGY6GRI.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644TiOvPIAaTD.png
  3. 印出年历 calendar()
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644j06BrjzFCQ.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644AZKqv38pX6.png
  • 增强python的应用模组
  1. Deque() 是一个双头序列,可以从左右两边增加及删除元素
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644WnUhnsrDqZ.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644dGnRQju9KY.png
  2. Accumulate()
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644nGmr4TOZy1.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644DQFc8pQqf2.png
  3. Combinations()
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644jy90Oc9tNq.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644NlG37KlB1c.png
  • 小实作—蒙特卡罗模拟
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644tF8KoeLbBZ.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644cnJSleseEO.png

<<:  半透明的文字看板

>>:  Hook 概观( Day15 )

Day5 XAMPP

HTML、CSS、JavaScript都已经准备好了,那该怎麽把自己的作品展示给别人看就是接下来要做...

强制访问控制(MAC)- 安全许可(Security clearance)

-安全内核 一张图片胜过千言万语。访问控制矩阵可以被视为授权数据(权利和许可)的逻辑“存储库”,由...

WordPress网站加速经验-体质最佳化与5款快取外挂测速+功能比较

对於WordPress网站来说,快取外挂对网页载入速度的确是有帮助的。 在已经进行一些基本最佳化的网...

[网页漏洞] - 资料库漏洞 - 老调重弹

应该是延续 php 的漏洞问题... 18. Cereal hacker2 Points: 500 ...

Dungeon Mizarka 027

持续调整UI。今天加了不少动态的呈现效果,利用Tween的方法将原先静态的UI调整後,看起来不像之前...