cengizasmazoglu commited on
Commit
bc8412a
·
verified ·
1 Parent(s): 09b3f82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def get_location_name_from_lat_lon(lat:int, lon:int)-> str: #it's import to spec
16
  lat: latitude of the location
17
  lon: longtiude of the location
18
  """
19
- summ = arg1 + arg2 + 30
20
 
21
  return f"The location is from cengiz: {summ}"
22
 
 
16
  lat: latitude of the location
17
  lon: longtiude of the location
18
  """
19
+ summ = lat + lon + 30
20
 
21
  return f"The location is from cengiz: {summ}"
22