Surround the 'z' character with brackets, quotes, and print as formatted string.
Surround the 'z' character with brackets, quotes, and print as formatted string.
Start file
z
End file
print(f"{z}")
View Diff
1c1 < z \ No newline at end of file --- > print(f"{z}") \ No newline at end of file
Solutions by @r4d1um:
Unlock 2 remaining solutions by signing in and submitting your own entry