+ 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 Respostas
+ 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
+ 5
мурад кент Sololearn is using python3 if you are having trouble with this syntax error, you should read the error and what its saying is wrong, read what line it is on, look up error if your still having trouble, or as a last resort you should probably send the code here.
24th Jul 2023, 7:33 PM
Junior
Junior - 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