Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 380 online users. » 0 Member(s) | 373 Guest(s) Applebot, Google, AOL, Yandex, Baidu
|
|
|
NameError |
Posted by: nafshar - Oct-18-2022, 01:24 PM - Forum: General Coding Help
- Replies (3)
|
 |
I am getting a NameError that I do not understand.
It appears the function "combo" is defined in the proper place, so "combo not found" is puzzling ..... More
|
|
|
black |
Posted by: Skaperen - Oct-17-2022, 12:59 AM - Forum: News and Discussions
- Replies (10)
|
 |
it turns out that i do not like various details of how black formats my code. so, i hope this is just defaults that can be changed, somehow. ..... More
|
|
|
num+1 |
Posted by: astral_travel - Oct-16-2022, 02:15 PM - Forum: General Coding Help
- Replies (12)
|
 |
hi,
in the following code:
[python]
__author__ = 'jeffreyhunt'
num = int(input("Please choose a number to divide: "))
listRange = list(rang..... More
|
|
|
Get http header ? |
Posted by: JohnnyCoffee - Oct-14-2022, 11:06 PM - Forum: Networking
- Replies (1)
|
 |
I'm using the wsgiref module to run an application and I need to get the request header that comes from the client's browser to handle http responses,..... More
|
|
|
|