Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Upper-Bound Exclusive Meaning
Post: Upper-Bound Exclusive Meaning

I'm not entirely sure if this topic should be posted in "General Coding Help," But I hope its fine. What does Upper-Bound Exclusive mean? Whilst taking lessons on Python, my Instructor said mid-sent...
Johnny1998 General Coding Help 1 3,311 Aug-02-2019, 08:19 PM
    Thread: Converting String to Integer Python
Post: RE: Converting String to Integer Python

(Aug-02-2019, 08:04 PM)ichabod801 Wrote: I would suggest using a = int(a) instead. That way it will still work if a is not '1'. Seems reasonable. I have added that to my code. Thanks.
Johnny1998 Homework 5 3,011 Aug-02-2019, 08:13 PM
    Thread: Converting String to Integer Python
Post: RE: Converting String to Integer Python

(Aug-02-2019, 07:31 PM)ichabod801 Wrote: int('1') does not change the value a is assigned to. It creates a new value and converts that. You need to reassign the new value to a. And you should conver...
Johnny1998 Homework 5 3,011 Aug-02-2019, 07:40 PM
    Thread: Converting String to Integer Python
Post: Converting String to Integer Python

NOTE: I am executing the Python langauge in Atom, a Text Editor for Coding. I have a Homework assignment in which I'm supposed to get the following code to print out the expected output; 3. a = "1" b...
Johnny1998 Homework 5 3,011 Aug-02-2019, 07:23 PM
    Thread: Finding Scripts for Python
Post: Finding Scripts for Python

I've been taking a beginner-friendly Python Course via the Web, and In one of the steps the Instructor finds the Python Scripts? Anyway, Here's a picture on what he found: https://ibb.co/4VZBcBL And ...
Johnny1998 News and Discussions 1 2,168 Jul-31-2019, 07:43 PM

User Panel Messages

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