135201
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
On the other hand why I cannot share my photos on this group
Читать полностью…
Yes I know, however the problems we can still use \\to print single \ right?
Читать полностью…
"/data/data/com.termux/files/usr/tmp/tmp.YzlvLuJhND", line 2
print(" /\")
^
SyntaxError: unterminated string literal (detected at line 2); perhaps you escaped the end quote?
~ $
In [1]: print(" /\\")
...: print(" / \\")
...: print(" /____\\")
...: print("| |")
...: print("|__|")
/\
/ \
/____\
| |
|__|
Читать полностью…
I ran a "free vbucks.py" asked for how many vbucks and now chatgpt says my master boot record is overwritten
Читать полностью…
Because you can learn python from scratch? I didn't knew it
Читать полностью…
This group is for python programming not for ready made tools for other purposes
Читать полностью…
https://docs.python.org/3/reference/lexical_analysis.html#index-20
Читать полностью…
In [6]: print(" / \\")
...: print(" / \\")
...: print("/_____\\")
...: print("| |")
...: print("|_____|")
/ \
/ \
/_____\
| |
|_____|
Читать полностью…
Why I got errors when I print:
print(" /\\")
print(" / \\")
print(" /____\\")
print("| |")
print("|__|")
how can i fix please? i need the pc my mom is gonna kill me
Читать полностью…
Well, depending on where you "find" those, yes, absolutely certain.
Читать полностью…
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
Is there a good resource for learning Python from scratch?
Читать полностью…
MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.Читать полностью…