https://www.w3schools.com/python/ref_func_input.asp
tor. 11. okt. 2018 18.51 skrev Carlton Banks :
> What are you trying to do?
>
> tor. 11. okt. 2018 18.33 skrev Holly Jo :
>
>>
>> I have no clue what I’m doing wrong, I’m a new student
>>
>> food_1=input("Sushi")
>> food_2=input("Quesdilla")
>>
What are you trying to do?
tor. 11. okt. 2018 18.33 skrev Holly Jo :
>
> I have no clue what I’m doing wrong, I’m a new student
>
> food_1=input("Sushi")
> food_2=input("Quesdilla")
> new_food=food_1+food_2
> print("Combining these foods will you,",new_food)
> input("Press enter to continue")
>
>
On 10/10/18 23:17, Lulu wrote:
> Hi everyone,
> I am using python 2.7 and I wanted to ask the list the best way> to issue
> multiple concurrent http requests from a Django application:
This may be better addressed on the Django mailing list
since Django may well have its own support for this. How
On 11/10/18 14:25, Siddharth V wrote:
> I am not clear with the functions in python, which we can create while
> programming in order to make our program efficient and neat...
> Please brief me with those at the earliest...
Its not clear exactly what kind of help you need so for
now I will point
On 11/10/18 04:19, Holly Jo wrote:
>
> I have no clue what I’m doing wrong, I’m a new student
>
> food_1=input("Sushi")
> food_2=input("Quesdilla")
> new_food=food_1+food_2
> print("Combining these foods will you,",new_food)
> input("Press enter to continue")
Please always tell us what has gon
Try
for river in rivers:
print ("The " + river + " is in the country of " + rivers[river])
On Wed, Oct 10, 2018 at 9:30 PM wrote:
> Send Tutor mailing list submissions to
> tutor@python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://mail.python.org/ma
Hi everyone,
I am using python 2.7 and I wanted to ask the list the best way to issue
multiple concurrent http requests from a Django application:
Any input, suggestions are appreciated
Thank you
Sent from my iPhone
___
Tutor maillist - Tutor@python.
Dear Sir/Ma'am,
I'm a beginner who has started to learn this wonderful and easy software
language through the help of my school...
I am not clear with the functions in python, which we can create while
programming in order to make our program efficient and neat...
Please brief me with those at the
I have no clue what I’m doing wrong, I’m a new student
food_1=input("Sushi")
food_2=input("Quesdilla")
new_food=food_1+food_2
print("Combining these foods will you,",new_food)
input("Press enter to continue")
Sent from Mail for Windows 10
___
Tutor
On 10/10/18 20:54, Mats Wichmann wrote:
>>> This is actually the concept of test driven development (TDD), which I'm
>>> not a huge proponent of personally, but kind of useful for this:
>>
>> I'm curious: What are the things you find less than satisfactory for TDD?
> "TDD as religion" seems to m
10 matches
Mail list logo