Skip to content
View Phobos7K's full-sized avatar
😎
😎
  • Cyprus
Block or Report

Block or report Phobos7K

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Phobos7K/README.md
  • 👋 Hi, I’m Kirill Shatalin (aKa @Phobos7K)
  • 👀 I’m learning Data Science.
  • 🌱 I program on Python.

Pinned

  1. FileMover FileMover Public

    This script written in Python lets user to move extension-specific files from Folder A to Folder B.

    Python 4 1

  2. Line-Guesser Line-Guesser Public

    The following program let the user input two points in (x,y) format and then it shows the equation for that line. The program tells whether the line is positive, negative, vertical or horizontal. T…

  3. ClubFaceControl ClubFaceControl Public

    This code helps maintain the people in a line to the night club. The code looks for the age and it records every person's age in a list. Input zero to terminate the process.

  4. EmployeesWage EmployeesWage Public

    The following program inputs how many employees there are and then calculates their wage based on worked hours. The hour rate is constant to be 3.078.