| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,277
» Latest member: jackhunter
» Forum threads: 38,792
» Forum posts: 175,868
Full Statistics
|
| Online Users |
There are currently 30 online users. » 0 Member(s) | 27 Guest(s) Google, Bing, AOL
|
|
|
| HELP!!! |
|
Posted by: munirh070 - Aug-06-2020, 04:13 PM - Forum: General Coding Help
- Replies (6)
|
 |
#######################################
[python]number = [1,1,1,1,1,1,1,1,1,1]
for i in car:
if(i == 1):
number.remove(i)
print(c..... More
|
|
|
| Bullet firing |
|
Posted by: skillamac - Aug-06-2020, 04:00 PM - Forum: Game Development
- Replies (3)
|
 |
I'm working on a python game for uni and Im having an issue. I cant seem to get the bullets to fire from my spaceship and I dont know why? Ive checked..... More
|
|
|
| Need help with a code |
|
Posted by: saratha - Aug-06-2020, 10:57 AM - Forum: Homework
- Replies (5)
|
 |
Hey everyone,
I have a problem solving this code, so can you help?
The problem is: to do a repetition count and give the result as a dictionary. ..... More
|
|
|
| Delete line of file |
|
Posted by: dionatandiego11 - Aug-05-2020, 02:27 PM - Forum: Homework
- Replies (2)
|
 |
Hi,
I would like to create a function that when triggered deletes line from a txt file
ex:
[python]a = input ("which movie would you like to ..... More
|
|
|
| range as a command |
|
Posted by: Skaperen - Aug-04-2020, 11:55 PM - Forum: Code sharing
- Replies (8)
|
 |
i tried this on Ubuntu Linux. i hope it works in other places you can have commands in Python like Windows.
[python]
#!/usr/bin/env python3
# -*..... More
|
|
|
|