Google IT Python Professional Certificate: Editing Files Using Substrings Answers/Tips

preview_player
Показать описание
This video has answers, tips and guidance on the assessments in Google's IT courses on Coursera. Any part that is not mentioned in this video can be solved if you read the instructions properly. This guide and the answers and tips included, should only be used to reflect on the test after you have taken it. We do not condone nor encourage cheating or copying of any kind for any assessment graded or not.
---------------------------------------------------
Google IT Automation with Python Professional Certificate
---------------------------------------------------
---------------------------------------------------
*****IMPORTANT*****: Since Angle Brackets can't be used in YouTube descriptions, they have been marked as "***(***" for "less than" and ***)***" for "greater than" and "***))***" for two greater than.

#!/usr/bin/env python3
import sys
import subprocess

​#!/bin/bash
for f in $files; then
if [ -e $HOME$f ]; then
fi
done
---------------------------------------------------
Any copyrighted content that is mentioned in this or any other video belongs to their respective owners and this video is made for the sole purpose of education and has no intent to break any rules, regulations, guidelines, or laws of any organization or country. ---------------------------------------------------
Coursera Google Guide is a YouTube channel focused around providing tips, guides and answers for Google's IT Professional Certificate Programs including the Google IT Support Professional Certificate course and Google IT Automation With Python Professional Certificate course to provide guidance and mentorship to those who are seeking help with the courses.
---------------------------------------------------
Our channel, including but not limited to, its answers, guides and videos, are not meant to be used to cheat or otherwise gain the Coursera platform. They are strictly for educational, informational purposes with the intent of being used after the examination in order to reflect and improve.
Рекомендации по теме
Комментарии
Автор

the code doesn't work plz fix this it gave me an unexpected token: then '

Thebigbean
Автор

Can you please make video of Qwicklab assessment :Automate updating catalog information

DebinPtpm
Автор

Bro upload log analysis using regular expressions final assignment

dillisaravanan
Автор

I see at least two mistakes so far. Your second program should be called findJane.sh, not findJane.py, since it's a Bash script, not a Python script. Also, the for loop in findJane.sh shouldn't have a "then." It should have a "do."

There's actually one more error, but I'm going to let everyone else figure out what it is. I feel that this could have used better debugging before posting.

danman
Автор

Both the codes are incorrect. They are not working.

souradeepdas
visit shbcf.ru