#P1800. 实现 strip_left 函数

实现 strip_left 函数

题目描述

实现Python中的 strip_left(s) 函数,strip_left 的作用是删除原字符串s开始的所有空格

本题需要递交的内容

  1. strip_left 以及相关函数
  2. 以下 2 行代码
s = input()
print(strip_left(s))
   gua
gua