+ 1
Where am I doing wrong?
Please tell me where I am doing work in the program given below: print('Thanos defeated the Avengers') if Thanos defeated the Avengers': print('he will get all the infinity stones') else: print('he will not get all the infinity stones')
2 Respostas
+ 3
//Where is a logical part here
if Thanos defeated the Avengers':
+ 3
You need boolean expression