update folium version
This commit is contained in:
@@ -1,2 +1,12 @@
|
||||
# Example 1: put following code in the editor and click APPLY to run
|
||||
|
||||
# Example 3: Demonstrating basic arithmetic operations
|
||||
|
||||
a = 10 # Assigns integer 10 to variable 'a'
|
||||
|
||||
b = 3 # Assigns integer 3 to variable 'b'
|
||||
|
||||
c = 2.5 # Assigns floating-point number 2.5 to variable 'c'
|
||||
|
||||
|
||||
|
||||
print('Addition: ', a + b) # Prints the sum of 'a' and 'b'
|
||||
|
||||
Reference in New Issue
Block a user