Question: 8.1 Below is the code Import the os module Amend the function get_current_working_directory() so that it returns the current working directory as a string. HINT:

Import the os module Amend the function get_current_working_directory() so that it returns the current working directory as a string. HINT: Search for "current working directory" on the following URL - Python Docs - os Module Implement the functions and using the base 64 module so that they encode and decode a string using base 64. You can find out more via the following URLs. You will be required to read at least one of these links to implement the functions. Base64 Encoding Encoding and Decoding Base64 Strings in Python G4G Copy and paste this into main.py to get started
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
