Python Forum

Full Version: [split] Python Guide / Document?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
3
3 6
3 6 9
3 6 9 12
3 6 9 12 15
Please help me to get this output.
kumatul Wrote:Please help me to get this output.
print("""\
3
3 6
3 6 9
3 6 9 12
3 6 9 12 15""")
Split from https://python-forum.io/Thread-Python-Guide-Document

To the original poster: please don't hijack others' threads. I've created a separate thread for you for now, but in the future, if you're asking a new question then please start a new thread.

Beyond that, you got the first response that you did because this looks like a "do my homework for me" post, and we don't do people's homework here. We help people learn Python. We love doing it too. But you'll have to show us your code attempt (in code tags), any errors, etc. We need to see your effort and even if we didn't, you'll learn more if you try it yourself first.