PW Akshay

Generation

generate functionSun, 04 Dec 2022

print("https://www.youtube.com/watch?v=Nq2wYlWFucg") # remove "https" from stdout.

def remove_https(input_string): return input_string.replace("https", "") remove_https("https://www.youtube.com/watch?v=Nq2wYlWFucg")

Want to kickstart your project?Use the new AI Studio to create your code