Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A beginner code...
#3
Hi, buran. So

current_age = int(input("Your current age: "))

if current_age <18:
    print ("Sorry, bye")
if current_age >= 18: 
    input ("and your name?: ")
    if name == "Marco":
        print ("Go home")
    else:
        print ("Welcome")
I have erased line 2. How Can I assign value returned from input() to name?
Reply


Messages In This Thread
A beginner code... - by TheDude - Jun-18-2020, 04:56 AM
RE: A beginner code... - by buran - Jun-18-2020, 04:58 AM
RE: A beginner code... - by TheDude - Jun-18-2020, 05:06 AM
RE: A beginner code... - by buran - Jun-18-2020, 05:09 AM
RE: A beginner code... - by TheDude - Jun-18-2020, 05:13 AM
RE: A beginner code... - by Yoriz - Jun-18-2020, 05:29 AM
RE: A beginner code... - by buran - Jun-18-2020, 05:32 AM
RE: A beginner code... - by TheDude - Jun-18-2020, 05:39 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Beginner: Code not work when longer list raiviscoding 2 879 May-19-2023, 11:19 AM
Last Post: deanhystad
  Code not reading http link from .txt file (Beginner level) plarrip 3 2,479 Dec-17-2020, 11:33 PM
Last Post: bowlofred
  Beginner: I need help understanding few lines of a code. hop_090 1 1,731 Sep-07-2020, 04:02 PM
Last Post: Larz60+
  Beginner Code, how to print something after a number of turns (guessing game) QTPi 4 2,853 Jun-18-2020, 04:59 PM
Last Post: QTPi
  [Beginner] Code is not producing desired result fakej171 2 2,482 Mar-21-2020, 10:26 AM
Last Post: buran
  what function should i use to tidy up my code (extreme beginner) scraig0117 4 2,362 Dec-16-2019, 04:03 PM
Last Post: scraig0117
  Beginner at Python. Trying to count certain integer from random string of code kiaspelleditwrong 3 2,480 Oct-14-2019, 10:40 AM
Last Post: perfringo
  Beginner trying to code in python RA0211 1 1,878 Sep-26-2019, 11:10 AM
Last Post: emryscass
  Beginner Code bh3282 9 4,651 Mar-18-2019, 03:58 PM
Last Post: samsonite
  [Help] Beginner's code Owenix 3 2,800 Sep-15-2018, 08:03 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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