摘要:
001、 expr [root@localhost test]# expr 3 + 5 8 [root@localhost test]# expr 3 - 5 -2 [root@localhost test]# expr 3 * 5 15 [root@localhost test]# expr 3 阅读全文
posted @ 2025-07-28 21:51
小鲨鱼2018
阅读(8)
评论(0)
推荐(0)
摘要:
if __name__ == "__main__": main() 语句的作用 001、 [root@PC1 test]# ls script.py test.py [root@PC1 test]# cat script.py ## 测试程序script.py #!/usr/bin/env pyth 阅读全文
posted @ 2025-07-28 16:00
小鲨鱼2018
阅读(23)
评论(0)
推荐(0)