RoshniSingh101 / CyHelp

CyHelp is a chat box I coded through Python that educates the user on cybersecurity and the CIA Triad.

Home Page:https://replit.com/@Roshnigsingh/CyHelp-Roshni-Singh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CyHelp

Project Requirements

Your project should:

  • Create print statements using string concatenation.
  • Use input() and escape keys to format text for readability.
  • Use variables to store user input.
  • Use typecast to print integers and strings together.
  • Use conditional statements to display responses based on user input.
  • Use a while-loop to repeatedly ask a question.
  • Use a break statement to end the while-loop when the user types in "none".
  • Define and describe Cybersecurity, the CIA Triad, and its principles.

Attributions

*If you used any code, stories, or poems from another person or group of people, tell us about it here. Make sure it is in the public domain, has a license that allows you to use it, or is one of your own.

  • Add here if applicable

File Overview

← README.md

README.md file give you more documentation and information about a program. They are super helpful for describing what a program should do, any issues you've encountered, changes you want to make, and more.

← main.py

This is where you will write your main program.

About

CyHelp is a chat box I coded through Python that educates the user on cybersecurity and the CIA Triad.

https://replit.com/@Roshnigsingh/CyHelp-Roshni-Singh


Languages

Language:Python 81.6%Language:Nix 18.4%