- By Edmond Lau
- Highly Recommended 👍
- http://www.theeffectiveengineer.com/
- They are the people who get things done. Effective Engineers produce results.
import random | |
BotCount = 0 # Score | |
Count = 0 | |
print("hi, now you are going to play with numbers") | |
print("your goal is to say number which is greater then computer's") | |
#print("# you can't use same number twice") | |
print("to continue write 'OK'") | |
startAnswer = input() |
/********* | |
Complete project details at https://randomnerdtutorials.com | |
This is an example for our Monochrome OLEDs based on SSD1306 drivers. Pick one up today in the adafruit shop! ------> http://www.adafruit.com/category/63_98 | |
This example is for a 128x32 pixel display using I2C to communicate 3 pins are required to interface (two I2C and one reset). | |
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit! | |
Written by Limor Fried/Ladyada for Adafruit Industries, with contributions from the open source community. BSD license, check license.txt for more information All text above, and the splash screen below must be included in any redistribution. | |
*********/ | |
#include <SPI.h> |