summaryrefslogtreecommitdiff
path: root/comp/work/2/syntaxError
blob: 988177ab8a6dd15c2dbe50a3be87d24a02e1324e (plain)
1
2
3
4
5
6
print = ("....") print("...")
      ^ 
heigth-Str = input("...") height = int(input("..."))
      ^
base-Str = input("...") base = int(input("..."))
    ^