DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR TYPESCRIPT
fruits = ["apple", "banana", "cherry"] for x in fruits: print(x) if x == "banana": break Identify output ?
fruits = ["apple", "banana", "cherry"] for x in fruits: print(x) if x == "banana": break
Source by likhithanjali.github.io #
PREVIOUS
NEXT
Tagged:
#fruits
#break
#Identify
#output
ADD COMMENT
Topic
COMMENT
Name
8+1 =
Submit