#Python Pop Quiz 🐍❓
Is this valid code? True or False?

#Python Pop Quiz 🐍❓
Is this valid code? True or False?

nostr:npub1nrvxs82zs3qs3ne4l96fxefy0majkknkxjmg2zd2zsg692yxfwnqjkq3rw we use PHP, much better
λ putStrLn "coach""
• The function ‘putStrLn’ is applied to two value arguments,
but its type ‘String -> IO ()’ has only one
In the expression: putStrLn "coach" ""
In an equation for ‘it’: it = putStrLn "coach" ""
• Relevant bindings include it :: t (bound at
λ
Termux —> python:
>>> print("coach""")
coach
so apparently yes
(but it probably shouldn't be: confusing as hell)
"works, but sure it is confusing """