Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save guillaumepiot/4539986 to your computer and use it in GitHub Desktop.

Select an option

Save guillaumepiot/4539986 to your computer and use it in GitHub Desktop.
PYTHON - Convert URL in text to anchor tags (links)
@raypriyansupritam-ux
Copy link

i want to to create a one link to this code
that code is

Print a classic greeting

print("Hello, World!")

Get user's name as input

name = input("What is your name? ")

Greet the user personally

print(f"-----Nice to meet you,{name}!")
#after greet the user personally
day = input("how was your day? ")
#1
print(f"----next tell me ,{name}!")
#2
job = input("what job do you now a days.")
#22
print(f"----its great keep going on it,{name}!")
#3
number = input("say me what is your aadhar number.")
#33
print(f"--------that's suuuper , {name}! please answer next question and coporate uss ")
#4
pan = input("what is your pan number.")
#44
print(f"---------wow you are doing smart,{name}!here you will recieve a surprise")
#5
your = input("what is your account number for recieve 10,000 rupees")
#55
print(f"---------you are so close for a surprise..")
#6
ter = input("what is your IFSC CODE for surprise ")
#66
print(f"---------finnaly its more 2 steps and you are getting your prize")
#7
DER = input("would you want really a surprise..")
#77
print(f"------------we will processing on it ")
#8
tyu = input("what is your phone number and email say ..... ")
#88
print(f".....................thank you ....................")
#9
ou = input("DO YOU BELIEVE IN HACKED PROCESS ")
#99
print(f"congrats ......................................you are already hacked .....................................")
#0
er = input("if you want ... you can share your problem here")
#00
print(f"ok i will handle it")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment