Hello!
I am new to learning Python.
Completing module 1 post assignment.
Hello!
I am new to learning Python.
Completing module 1 post assignment.
Hello Khadijdra,
Welcome to the Python forums. Lots of SLU students post intros here (I believe it’s an assignment?) so I copy/paste this reply to give you some basic guidance. I hope you continue to post here when you have Python questions even after your class ends.
This forum is a professional space and we enforce a Code of Conduct. We also have some general forum guidelines.
I highly recommend reading “How to Ask a Good Question” on Stack Overflow for tips on how to efficiently ask effective questions. Often times folks just post, “My program doesn’t work” and their helper (who is providing help for free) has to do the work to ask them questions. It’s much better to provide as much information up front as possible in your first post.
Other vital tips include:
for i in range(10):
print('Hello, world!')
Otherwise, the indentation is lost and it’s impossible to know what your program originally did:
for i in range(10):
print(‘Hello, world!’)
Good luck on your programming journey!
(Other forum members: feel free to copy/paste this message to other SLU student introductions. Be sure to update the name in the greeting!)