You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f"⛔ Sorry, that's not the right answer. Please make sure your challenge_1 command modifies the file's content, but not its' permissions. Error code: {result}\n")
@@ -129,7 +129,7 @@ def check_challenge_2():
129
129
130
130
dramatic_print([f"Checking for changes to permanent.txt.", ".", ". "])
131
131
ifresult==4andnothas_write:
132
-
print(f"✅ Correct!")
132
+
print(f"✅ Challenge 2 Complete!")
133
133
withopen('challenge_2.sh', 'r') aschal:
134
134
print(f"Your command was:\n\t> {chal.read()}\n")
135
135
returnTrue
@@ -169,7 +169,7 @@ def check_challenge_3():
169
169
print(f"⛔ Sorry, that's not the right answer. Please make sure your command creates a new file called copy.txt\n")
0 commit comments