+ 1
Whats this print statement doing? print({True:'yes', 1:'no', 1.0:'maybe'})
print({True:'yes', 1:'no', 1.0:'maybe'}) output >>> {True:maybe} https://code.sololearn.com/cjXDG74xahZC/?ref=app
2 Antworten
+ 1
Thank you, I'll check thoroughly next time