Skip to content

Instantly share code, notes, and snippets.

original_string = input("Enter the original string: ")
# Split the string by '/' separator
split_string = original_string.split('/')
# Extract required parts from the split string
expression = split_string[3]
number = split_string[5].lstrip('0')
# Create the new string
@withLinda
withLinda / Fundamentals.ipynb
Created January 24, 2023 08:49
Scrapr Fundamentals
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.