h4xx0r | h4xx0r.org home page
kandi X-RAY | h4xx0r Summary
kandi X-RAY | h4xx0r Summary
This is an experimental web page to practice things which serious open source/free software developers should not do, like. In fact, almost all the web pages are using such data, store it, sell it etc. This page is a laboratory to do experiments with such techniques and to exose the results to the public.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of h4xx0r
h4xx0r Key Features
h4xx0r Examples and Code Snippets
Community Discussions
Trending Discussions on h4xx0r
QUESTION
Here's the assignment:
...This program is an extension of your previous ‘Owls’ program. In addition to just reporting how many words contained the word owl, you should report the indices at which the words occurred! Here’s what an example run of your program might look like:
ANSWER
Answered 2020-Nov-02 at 14:14As mentioned in the comments, your code has a lot of redundant variables - this is a tidied up version of your code - it should work exactly the same as yours :
I think the biggest issue is that your code prints the count line, and then returns the indices line. If the autograder simply executes your function and ignores the return value it will ignore the indices. Note that the example code you cite prints both lines - and doesn't return anything. This is corrected in the version below.
Note that this code uses enumerate - it is a very good function to get into the habit of using if you need the contents of a list and you need to track the index in the list too.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install h4xx0r
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page