Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 618 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 618 Bytes

Chatbot

====================================

This code is a simple interactive program where a user introduces themselves and can play a game of rock, paper, scissors against the computer.

=====================================

Margaret A.

Source: https://www.youtube.com/watch?v=8ext9G7xspg&t=414s

Source: https://www.linkedin.com/learning/programming-foundations-real-world-examples/code-reuse?autoSkip=true&contextUrn=urn%3Ali%3AlyndaLearningPath%3A56db2b643dd5596be4e4989b&resume=false&u=2045532

Python 3.11

What I learned

Variables and data types

Loops

Interactive coding

Input/Output

Functions