Confusing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Confusing

I'm using pycharm, and I installed Python 3.7.3 as my interpreter, and when I add >>> it doesn't work, and just typing 2*3 doesn't work either. Whats goin on???

16th Apr 2019, 2:24 AM
Kevin Bryant
Kevin Bryant - avatar
1 Answer
+ 1
Use the print() function. https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2270/ print("Hello world!") print(2*3) print(42)
16th Apr 2019, 2:40 AM
Diego
Diego - avatar