Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Absolute beginner am I missing something?
Post: RE: Absolute beginner am I missing something?

(Sep-25-2020, 04:46 AM)buran Wrote: See https://stackoverflow.com/q/31348995/4046632 { "keys": ["enter"], "command": "insert", "args": {"characters": "\n"} }, { "keys": ["shift+enter"], "command": ...
kamren General Coding Help 7 3,202 Sep-25-2020, 05:08 AM
    Thread: Absolute beginner am I missing something?
Post: RE: Absolute beginner am I missing something?

print("first line") input("Please hit return") print("last line")I get first line Please hit return if i do something like this print("ice ") print("cold ") print("beer ") sale = input ("How much be...
kamren General Coding Help 7 3,202 Sep-25-2020, 03:24 AM
    Thread: Absolute beginner am I missing something?
Post: RE: Absolute beginner am I missing something?

(Sep-25-2020, 02:11 AM)bowlofred Wrote: If this is cut&pasted properly, it should give an error when run. Python names are case-sensitive, and your print function is capitalized. When I run th...
kamren General Coding Help 7 3,202 Sep-25-2020, 02:26 AM
    Thread: Absolute beginner am I missing something?
Post: Absolute beginner am I missing something?

I am just starting to learn python and I am watching a tutorial. They are showing a basic code name = input("what is your name" ) Print ("thank you " + name)When I “build” the code it says: what is ...
kamren General Coding Help 7 3,202 Sep-25-2020, 01:55 AM

User Panel Messages

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