How to automatically add the character _ into a string or list which is input by a user to make 2 lists the same length

前端 未结 0 493
情话喂你
情话喂你 2020-12-17 18:42
string1 = str(input("STRING 1: "))
string2 = str(input("STRING 2: "))


difference = 0

print(string1)
print(string2)


for i in string2:
    if          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题