From a52a7675626f6f05357d801dd8fe6d9d511a4594 Mon Sep 17 00:00:00 2001 From: anusuya-2006 Date: Sun, 26 Oct 2025 13:30:47 +0530 Subject: [PATCH] Update breakinloop.py --- breakinloop.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/breakinloop.py b/breakinloop.py index 175b96b..e0354aa 100644 --- a/breakinloop.py +++ b/breakinloop.py @@ -1,5 +1,6 @@ a="vglug" +b="foundation for i in range(len(a)): if (a[i]=="u"): break - print(a[i]) \ No newline at end of file + print(a[i])