+ 3

-->click this<-- please help me

Hello audience, I would like to know what version of python SoloLearn is based on? I'm trying to use my skills in python3 but I get a "Syntax Error" what should I do?

24th Jul 2023, 7:17 PM
Š”Š°ŠæŠøŃŽŠ»Š»Š°
Š”Š°ŠæŠøŃŽŠ»Š»Š° - avatar
9 Answers
+ 7
Š¼ŃƒŃ€Š°Š“ кент , Sololearn supports python3 only... What error are you facing?? Can you share your attempted code here to view the error??
24th Jul 2023, 7:32 PM
Riya
Riya - avatar
+ 4
# you can see it in this way: import sys print("Version: ",sys.version)
24th Jul 2023, 11:29 PM
JaScript
JaScript - avatar
+ 2
"-->click this<--" 😐
24th Jul 2023, 11:52 PM
NinjaGamer
NinjaGamer - avatar
+ 1
# you can see it in this way: import sys print("Version: ", sys.version) OUTPUT Version: 3.9.16 (main, Apr 12 2023, 06:58:15) [GCC 10.2.1 20210110] THIS IS THE OUTPUT
26th Jul 2023, 2:47 AM
Shubham Verma
Shubham Verma - avatar
0
Solo learn support py3.
26th Jul 2023, 9:45 AM
Alhaaz
Alhaaz - avatar
0
Use colab powered by google
26th Jul 2023, 6:11 PM
Simrat Singh Arora
0
O TS python code While True: ANS1 = input("Insert question here: ") If ANS1 == "y" or ANSI == "n": break
27th Jul 2023, 12:16 PM
Shubham Verma
Shubham Verma - avatar