| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,266
» Latest member: tlandr02
» Forum threads: 38,788
» Forum posts: 175,853
Full Statistics
|
| Online Users |
There are currently 43 online users. » 0 Member(s) | 41 Guest(s) Bing, Google
|
|
|
| tenPrint |
|
Posted by: mcmxl22 - Jan-27-2018, 02:12 AM - Forum: Code sharing
- No Replies
|
 |
Here is my Python 2.7 version of the old 10 Print program.
[python]
import random
slash1 = '\\'
slash2 = '/'
slash3 = '|'
slash4 = '-'
wh..... More
|
|
|
| invalid syntax error |
|
Posted by: penlemon - Jan-27-2018, 01:07 AM - Forum: Homework
- Replies (4)
|
 |
Hi Everyone
I'm taking a basic coding class, and while I like it so far, my teacher doesn't really have a knack for teaching, so I'm finding it ver..... More
|
|
|
| container data type formatting |
|
Posted by: nzcan - Jan-26-2018, 09:18 AM - Forum: Homework
- Replies (5)
|
 |
hello,
one interesting task:
[python]
>>> gaga(15)
[ 1, 2, 'gaga', 4, 'bieber', 'gaga', 7, 8, 'gaga', 'bieber', 11, 'gaga', 13, 14, 'gagabieber'..... More
|
|
|
| Help me improve my code |
|
Posted by: Emagii - Jan-26-2018, 08:03 AM - Forum: Code sharing
- Replies (3)
|
 |
Hi.
I'm new to programming and Python, but I do enjoy learning as much as I can.
I started play around with classes in Python and get the most basic..... More
|
|
|
| My 1st Program |
|
Posted by: ineedhelp - Jan-26-2018, 07:49 AM - Forum: General Coding Help
- Replies (1)
|
 |
I need help in this simple program! I don't know why I'm getting this error! I'm new to python!
This is what I typed:
[python]print ('WHAT IS YO..... More
|
|
|
| Flattening List |
|
Posted by: mp3909 - Jan-25-2018, 08:45 PM - Forum: General Coding Help
- Replies (8)
|
 |
Just a curious question, how would one flatten the following list [[[2], [4, 1, 3]], [5, 7], 1, 10, [[[5, 5, 5], [4, 4, 4]]]] ?
|
|
|
|