摘要: #!/usr/bin/python3 def KelvinToFahrenheit(Temperature): assert (Temperature >= 0),"Colder than absolute zero!" return ((Temperature-273)*1.8)+32 print (KelvinToFahrenheit(273)) print (int(Ke... 阅读全文
posted @ 2018-12-28 18:14 anobscureretreat 阅读(200) 评论(0) 推荐(0)
摘要: 下载地址: macos https://www.wireshark.org/download/osx/ win64https://www.wireshark.org/download/win64/ win32https://www.wireshark.org/download/win32/ 数据包的 阅读全文
posted @ 2018-12-28 15:46 anobscureretreat 阅读(283) 评论(0) 推荐(0)
摘要: 输出 阅读全文
posted @ 2018-12-28 01:16 anobscureretreat 阅读(1608) 评论(0) 推荐(0)
摘要: 输出 阅读全文
posted @ 2018-12-28 01:13 anobscureretreat 阅读(259) 评论(0) 推荐(0)
摘要: 输出 阅读全文
posted @ 2018-12-28 01:09 anobscureretreat 阅读(847) 评论(0) 推荐(0)
摘要: 例1 输出 例2 输出 例3 输出 例4 输出 例5 阅读全文
posted @ 2018-12-28 01:04 anobscureretreat 阅读(1807) 评论(0) 推荐(0)
摘要: 例1 输出 例2 输出 阅读全文
posted @ 2018-12-28 00:49 anobscureretreat 阅读(583) 评论(0) 推荐(0)