Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: printing multiple results together
Post: RE: printing multiple results together

(Sep-28-2019, 11:19 AM)Axel_Erfurt Wrote: for example result1 = "Hello" result2 = "World" print("%s %s" % (result1, result2)) Output:Hello WorldThank you
kumaaaa General Coding Help 3 1,832 Sep-29-2019, 02:19 AM
    Thread: What's wrong with this code?
Post: RE: What's wrong with this code?

(Sep-28-2019, 11:01 AM)kumaaaa Wrote: (Sep-28-2019, 09:38 AM)Gribouillis Wrote: You need to convert isbn[12] to int as well. if int(isbn[12]) == 0: ... if int(isbn[12]) == ...: ... Thanks for you...
kumaaaa General Coding Help 6 3,258 Sep-28-2019, 11:43 AM
    Thread: What's wrong with this code?
Post: RE: What's wrong with this code?

(Sep-28-2019, 09:38 AM)Gribouillis Wrote: You need to convert isbn[12] to int as well. if int(isbn[12]) == 0: ... if int(isbn[12]) == ...: ... Thanks for your reminder. (Sep-28-2019, 09:14 AM)kum...
kumaaaa General Coding Help 6 3,258 Sep-28-2019, 11:01 AM
    Thread: printing multiple results together
Post: printing multiple results together

I have a question, if I have multiple results and wanted to print the results together in the end of the code, what code should I use?
kumaaaa General Coding Help 3 1,832 Sep-28-2019, 10:25 AM
    Thread: What's wrong with this code?
Post: What's wrong with this code?

This is a code i made that checks whether an isbn with 13 digits is valid, but there is something wrong but I don't know what it is. The principle is like this for example, 978-0-306-40615-? is calcu...
kumaaaa General Coding Help 6 3,258 Sep-28-2019, 09:14 AM

User Panel Messages

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