Andre Pettersson commited on
Commit
542124f
·
verified ·
1 Parent(s): 2a477ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -40,10 +40,8 @@ def get_current_time_in_timezone(timezone: str) -> str:
40
  def to_leet_speak(text: str) -> str:
41
  """
42
  Converts a string to l33t speak using a substitution table.
43
-
44
  Args:
45
  text (str): The input string to convert to l33t speak.
46
-
47
  Returns:
48
  str: The converted l33t speak string.
49
  """
 
40
  def to_leet_speak(text: str) -> str:
41
  """
42
  Converts a string to l33t speak using a substitution table.
 
43
  Args:
44
  text (str): The input string to convert to l33t speak.
 
45
  Returns:
46
  str: The converted l33t speak string.
47
  """