How do i fix this error
Question Answered step-by-step How do i fix this error Image transcription textauthor: Owner with open( ‘Project_read. txt ‘, ‘r’) as t: Balance = float(t. read()) #Deposit 100 def Deposit() : 11global Balance 12 DepositAmount = float(input(“Please enter deposit amountn”) ) 13 Balance =DepositAmount 14 print (f’Balance: ${Balance}”) 15 16 #Withdrawal 170 def Withdraw() : 18 g… Show more… Show moreHow do i fix this error Computer Science Engineering & Technology Python Programming CPT 135 Share QuestionEmailCopy link Comments (0)


