The Nerdy Sixty | (29/60) NaN NaN NaN… | Challenge
In Python, what is the output of `print(“NaN” * 16)` and why is it amusing? Hint 1
NaN stands for Not-a-Number, but here it’s just text. Repeating it creates a pattern. Hint 2
Print(“NaN” * 16) and think of the Batman theme.
Leave a Reply