Python Forum
[split] Python Guide / Document? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: [split] Python Guide / Document? (/thread-15392.html)



[split] Python Guide / Document? - kumatul - Jan-13-2019

3
3 6
3 6 9
3 6 9 12
3 6 9 12 15
Please help me to get this output.


RE: Python Guide / Document? - Gribouillis - Jan-13-2019

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""")



RE: [split] Python Guide / Document? - micseydel - Jan-16-2019

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.