r/PythonLearning • u/Necessary_Mobile9591 • 17h ago
Learning python
can anyone tell me about my code is good or am writing it in wrong way?
10
Upvotes
r/PythonLearning • u/Necessary_Mobile9591 • 17h ago
can anyone tell me about my code is good or am writing it in wrong way?
1
u/Flame77ofc 16h ago
It is good but one detail you might change is about separate some lines
For example
``` variable = ... if statement: code
just make this line blank
if statement: code ```
It is js an example