www.debug.codegive.com
Open in
urlscan Pro
64.235.38.69
Public Scan
URL:
https://www.debug.codegive.com/
Submission: On March 25 via api from US — Scanned from US
Submission: On March 25 via api from US — Scanned from US
Form analysis
1 forms found in the DOMPOST index.php
<form action="index.php" method="POST" id="searchForm">
<div class="mb-3">
<label class="form-label">Submit Your Code Here to debug</label>
<textarea name="query" rows="22" class="form-control">
my_list = [1, 2, 3, 'four', 5.0]
print(my_list)
print(my_list[0]) # Output: 1
print(my_list[3]) # Output: 'four'
subset = my_list[1:4]
print(subset) # Output: [2, 3, 'four']
my_list[0] = 10
print(my_list) # Output: [10, 2, 3, 'four', 5.0]
</textarea>
</div>
<div class="mt-3">
<button onclick="openNewWindow()" class="btn btn-warning btn-lg" name="generate" type="submit">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0"></path>
<path d="M21 21l-6 -6"></path>
</svg> Debug Code </button>
</div>
</form>
Text Content
* Home App DEBUG ANY CODE USING AI Sales Last 7 days Last 7 days Last 30 days Last 3 months 75% Conversion rate 7% 75% Complete Revenue Last 7 days Last 7 days Last 30 days Last 3 months $4,300 8% New clients Last 7 days Last 7 days Last 30 days Last 3 months 6,782 0% Active users Last 7 days Last 7 days Last 30 days Last 3 months 2,986 4% CODE DEBUGGER Submit Your Code Here to debug my_list = [1, 2, 3, 'four', 5.0] print(my_list) print(my_list[0]) # Output: 1 print(my_list[3]) # Output: 'four' subset = my_list[1:4] print(subset) # Output: [2, 3, 'four'] my_list[0] = 10 print(my_list) # Output: [10, 2, 3, 'four', 5.0] Debug Code Copy Snippet Add Watchlist SOURCE CODE Debugged Code Will Appear Here LANGUAGE Bash C# C++ C Java Python Ruby PHP ▶️ Run (Ctrl + Enter) Download Close Try IDE Faster