add testing page to plot visitor location

This commit is contained in:
BuffTechTalk
2024-09-30 21:35:17 -05:00
parent 2020aafe74
commit ffb909813b
22 changed files with 118 additions and 17 deletions

View File

@@ -1,10 +1,2 @@
# Example 1
Age = 24;
if Age >=18:
print('You are an adult')
# Example 1: put following code in the editor and click APPLY to run