Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":22721,"date":"2015-10-08T17:40:57","date_gmt":"2015-10-08T22:40:57","guid":{"rendered":"http:\/\/finntec.wordpress.com\/?p=38"},"modified":"2015-10-08T17:40:57","modified_gmt":"2015-10-08T22:40:57","slug":"wsq06-pick-a-number-12","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/wsq06-pick-a-number-12\/","title":{"rendered":"WSQ06 \u2013 Pick a Number"},"content":{"rendered":"

Again is used these Python 3 programming examples<\/a>. There I found how to use while-loops.<\/p>\n

Here is my code:<\/p>\n

import random\nnumCom = random.randrange(1, 101)\n\nnumUs = int( input( \"Give me a number between 1 and 100: \"))\n\nattempt = int(1)\nwhile numCom != numUs :\n\u00a0\u00a0\u00a0 attempt = attempt + 1\n\u00a0\u00a0 \u00a0\n\u00a0\u00a0\u00a0 if (numCom < numUs) :\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 print( \"My number is smaller.\")\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 numUs = int( input( \"Give me a another number: \"))\n\u00a0\u00a0\u00a0 else :\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 print ( \"My number is greater.\")\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 numUs = int( input( \"Give me a another number: \"))\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0\nprint(numCom,\"was the right number!\")\nprint(\"You needed\",attempt,\"attempts.\")<\/span><\/span><\/pre>\n

\"\"<\/a> \"\"<\/p>\n","protected":false},"excerpt":{"rendered":"

Again is used these Python 3 programming examples. There I found how to use while-loops. Here is my code: import random numCom = random.randrange(1, 101) numUs = int( input( “Give me a number between 1 and 100: “)) attempt = int(1) while numCom != numUs :     attempt = attempt + 1          […]\"\"<\/p>\n","protected":false},"author":209,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3],"tags":[167,39],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/22721"}],"collection":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/users\/209"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/comments?post=22721"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/22721\/revisions"}],"predecessor-version":[{"id":22722,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/22721\/revisions\/22722"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=22721"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=22721"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=22721"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}