Login using Social Account
     Continue with GoogleLogin using your credentials
Let's create a file in the repository.
Make sure you are in ~/devops
directory
helloworld.py
using touch helloworld.py
print("Hello World")
in helloworld.py
and save the filePlease use the below command to add a line to the file
echo 'print("Hello World")' > helloworld.py
Verify the file content using cat
command
cat helloworld.py
You can use nano
or vi
editor to edit the file content if you are comfortable with them using commands like nano helloworld.py
or vi helloworld.py
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Loading comments...