3 lines
68 B
Python
3 lines
68 B
Python
|
|
# Define a global variable
|
||
|
|
API_URL = "https://api.example.com/data"
|