Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: times table
Post: RE: times table

(Dec-25-2018, 11:07 PM)Gribouillis Wrote: If you're allowed to use an external library, I'd suggest 'prettytable' from pypi. I did the code with my friend, but i didnt know the pypi. thanks !
aocii General Coding Help 3 3,259 Dec-26-2018, 01:22 PM
    Thread: times table
Post: times table

hi everyone, i know that my questions re too elementary but i am trying to learn. i am trying to write times table. so i wrote this code. for i in range(1,11): for x in range(1,11): print...
aocii General Coding Help 3 3,259 Dec-25-2018, 11:01 PM
    Thread: simple register code
Post: RE: simple register code

(Dec-22-2018, 01:52 AM)ichabod801 Wrote: The indentation is wrong. The elif's need to be at the same indentation level as the preceding if. Indentation matters in Python. Thanks, last night, before ...
aocii General Coding Help 2 2,640 Dec-22-2018, 11:15 AM
    Thread: simple register code
Post: simple register code

hi friends! I am new here, I am new at programming also. I know a little bit excell vba but I just started learning python. this is my first attempt to write code on python. I watched some videos on y...
aocii General Coding Help 2 2,640 Dec-22-2018, 01:27 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020