1,760
edits
Changes
→Part 2 - Pure Function and Modifiers
time.hour -= 1
time.minute += 60
</source>
:8. After updating the change_time() function with the above additional code, save the file and test it again in a Python interactive shell by importing the new version of the function.<source lang='bash'>
[rchan@centos7 lab7]$ python3