Commit e9efb85b by BellCodeEditor

save project

parent c3e97ce8
Showing with 3 additions and 3 deletions
str="傻逼他妈的咱们一起厕所干饭"
for x in str:
print(x)
\ No newline at end of file
for x in range(len(str)):
print(str[i])
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment