Python Forum
looking 4 py code: convert int numbers to their name
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
looking 4 py code: convert int numbers to their name
#3
i must have done something bad

Output:
lt1/forums /home/forums 5> py3 Python 3.5.2 (default, Nov 17 2016, 17:05:23) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import inflect Traceback (most recent call last):   File "<stdin>", line 1, in <module> ImportError: No module named 'inflect' >>> lt1/forums /home/forums 6> py2 Python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import inflect >>> lt1/forums /home/forums 7>
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
RE: looking 4 py code: convert int numbers to their name - by Skaperen - Feb-08-2017, 09:11 AM

Forum Jump:

User Panel Messages

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