欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Linux学习笔记-第一节课

程序员文章站 2022-05-31 20:46:40
...

Linux的第一次挑战
实验要求:
1、在 /home/shiyanlou 目录下创建 shiyanlou.py 文件
2、在文件中输入以下内容:

print('hello shiyanlou')

3、进入 Code 目录,新建名为 test 的目录,然后将刚刚创建的 /home/shiyanlou/shiyanlou.py 文件复制到目录 /home/shiyanlou/Code/test 中
Linux学习笔记-第一节课

相关标签: 学习笔记 linux