Python Forum
hi need help to make this code work correctly
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hi need help to make this code work correctly
#1
hi need help to make this code work correctly
Please excuse me if its too simple problem to ask on this tread but i am beginner and very basic learner level of coder

So my need from this code is to get the exact alphabet from the number assigned to it

means if i press 3 than it should show me L

currently its not giving the errors but is is showing AA

Pls help

Here is the code

name = "ATUL"
letter_0 = "A"
letter_1 = "T"
letter_2 = "U"
letter_3 = "L"
print("hello, " + name)
a = input("enter the number to find the letter's position")
print("your name is", "A",  name[0])
b = input("enter the number to find the letter's position")
print("your name is", "T", name[1])
c = input("enter the number to find the letter's position")
print("your name is", "U" , name[2])
d = input("enter the number to find the letter's position")
print("your name is", "L" , name[3])
buran write Nov-20-2023, 09:25 AM:
Please, use proper tags when post code, traceback, output, etc. This time I have added tags for you.
See BBcode help for more info.
Reply


Messages In This Thread
hi need help to make this code work correctly - by atulkul1985 - Nov-20-2023, 07:24 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I can't for the life of me get this basic If statement code to work CandleType1a 8 389 May-21-2024, 03:58 PM
Last Post: CandleType1a
  Why can I not see the code correctly in Python IDLE.? Trump 8 881 Apr-04-2024, 07:47 AM
Last Post: jonesphedra
  newbie question - can't make code work tronic72 2 788 Oct-22-2023, 09:08 PM
Last Post: tronic72
  Cleaning my code to make it more efficient BSDevo 13 1,597 Sep-27-2023, 10:39 PM
Last Post: BSDevo
  Why do I have to repeat items in list slices in order to make this work? Pythonica 7 1,473 May-22-2023, 10:39 PM
Last Post: ICanIBB
  Beginner: Code not work when longer list raiviscoding 2 921 May-19-2023, 11:19 AM
Last Post: deanhystad
  how to make bot that sends instagram auto password reset code kraixx 2 1,512 Mar-04-2023, 09:59 PM
Last Post: jefsummers
  Why doesn't this code work? What is wrong with path? Melcu54 7 1,999 Jan-29-2023, 06:24 PM
Last Post: Melcu54
  Code used to work 100%, now sometimes works! muzicman0 5 1,586 Jan-13-2023, 05:09 PM
Last Post: muzicman0
  color code doesn't work harryvl 1 988 Dec-29-2022, 08:59 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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