I've been teaching programming for more than 17 years. During this period, I've developed a nice inventory of exercises and code examples. Some of which are old as my teaching career, and even though I've taught, and continue to teach, a variety of languages, well, most examples are as good in any language. Here is one of them — I use it in the first lesson on conditionals. This program generates a random number in the range of [0, 100] and then asks the user to guess it. The user gets one chance — it's a very early lesson and the students don't know loops yet. The program outputs "Correct" or "Wrong" and that's it. Look at it (this time in Python, because that's the language I teach now):
I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
python,web dev,learning and development,learning python
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
This article is related to
python,web dev,learning and development,learning python
No comments:
Post a Comment