Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Getting an error while using input function
Post: RE: Getting an error while using input function

color = input("enter a color : ") print(f"roses are {color}")tried just with these 2 lines - not working.
dcsethia General Coding Help 5 2,941 May-11-2020, 04:53 PM
    Thread: Getting an error while using input function
Post: RE: Getting an error while using input function

color = input("enter a color: ") plural_noun = input("Enter a plural noun : ") celebrity = input("Enter a celebrity: ") print("roses are {color}") print("{plural_noun) are blue") print("i love {celeb...
dcsethia General Coding Help 5 2,941 May-11-2020, 02:18 PM
    Thread: Getting an error while using input function
Post: Getting an error while using input function

color = input("enter a color: ") plural_noun = input("Enter a plural noun : ") celebrity = input("Enter a celebrity: ") print("roses are {color}") print("{plural_noun) are blue") print("i love {celeb...
dcsethia General Coding Help 5 2,941 May-11-2020, 01:55 PM

User Panel Messages

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