You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in module 2 the pi character is used. there should be an explanation that python recognizes unicode characters, and that that can be copy/pasted or directly specified with a unicode code. nerds can learn more here or here
print('π')
print('\u03C0')
The text was updated successfully, but these errors were encountered:
in module 2 the pi character is used. there should be an explanation that python recognizes unicode characters, and that that can be copy/pasted or directly specified with a unicode code. nerds can learn more here or here
print('π')
print('\u03C0')
The text was updated successfully, but these errors were encountered: