Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New Module!
#6
(Nov-01-2017, 03:46 PM)metulburr Wrote: Your entire module is 4 lines of actual code. I dont really need to run/install it to know what its doing. I can just look at it.

Quote:
def write(str):
    for letter in str:
        time.sleep(0.08)
        print(letter, end = '')

That's not the point of the module. The point of the module is to help beginners.

For example, if someone wanted to make their first game, and didn't know jack squat about python, they would need a module to help them. Or a tutorial.
Reply


Messages In This Thread
New Module! - by EgMusic - Oct-30-2017, 06:56 PM
RE: New Module! - by EgMusic - Oct-30-2017, 08:23 PM
RE: New Module! - by metulburr - Nov-01-2017, 04:29 PM
RE: New Module! - by snippsat - Oct-31-2017, 03:27 PM
RE: New Module! - by EgMusic - Nov-01-2017, 03:17 PM
RE: New Module! - by metulburr - Nov-01-2017, 03:46 PM
RE: New Module! - by EgMusic - Nov-01-2017, 03:55 PM
RE: New Module! - by snippsat - Nov-01-2017, 04:44 PM
RE: New Module! - by EgMusic - Nov-02-2017, 12:48 PM
RE: New Module! - by buran - Nov-01-2017, 05:08 PM
RE: New Module! - by nilamo - Nov-01-2017, 06:49 PM
RE: New Module! - by EgMusic - Nov-22-2017, 01:52 PM
RE: New Module! - by buran - Nov-02-2017, 01:34 PM

Forum Jump:

User Panel Messages

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