This commit is contained in:
2022-05-25 13:47:50 +02:00
parent 31c57cf4b8
commit 385019ba7e

3
aaah.py Normal file
View File

@@ -0,0 +1,3 @@
a = input()
b = input()
print("no" if len(a) < len(b) else "go")