You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev
Show what you have done and where you got stuck
Mind the rule 5
Adding the word Python
to your off-topic question doesn't magically turn it to a Python related question, so please delete your message here and move to the @PythonOfftopic group and ask there.
dunno,since i dont use em,when i need to do something on my phone,i use sololearns code editor
Читать полностью…#create a module that will take 2 tuples as parameters and swap their values.
def abc(Y,Z):
Y,Z=Z,Y
return(Y,Z)
a=(1,"pink",250)
b=(2,"blue",180)
abc(a,b)
It isn't a big code, lemme just copy paste the code here- if u have no problem SIR
Читать полностью…This group is to help you on specific issues you have on YOUR code, so you have to show the code you wrote and explain where and why you are stuck... as simple as that
Читать полностью…Hey there, I got stuck while creating a python module that takes 2 tuples as parameters, if anyone is good in this concept then i request for their help
Читать полностью…Hi guy
Am Amin from Nigeria a junior python dev. So please I want you guys to give me an idea of a python project that can be very helpful and effective in an hackathon
I like the python codepad interface but it needs pro for the real time error checkers
Читать полностью…Where in the answer you have received did you stop reading?
Читать полностью…Impossible to help without details.
Read this please:
http://www.catb.org/~esr/faqs/smart-questions.html
I have pc but I always leave the house thats why i use my tablet for coding
Читать полностью…It is not recommended to use or learn Python on a mobile device. You will run into difficulties and issues you wouldn't have on a PC or server. That said, if you still insist to use Python on your mobile phone, you may want to check out the following mobile applications:
- Pydroid 3
- Termux
- QPython