Skip to content
View NFYTX's full-sized avatar
💻
Learning New Things
💻
Learning New Things
Block or Report

Block or report NFYTX

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
NFYTX/README.md
profile = {
   "name": "Sean",
   "age": "16",
   "from": "Indonesia"
}
print("NFYTX".center(17,"="))
for k, v in profile.items():
  print(f"{k}: {v}")
fav_lang = ["Python", "Javascript", "PHP"]
print("My favorite language is:")
for i in fav_lang:
  print(f"- {i}")

So i live in Indonesia, and i started learn programming language since 22 October 2021. first language i learn is Javascript, but i dont learn it seriously, so i start with Python and i enjoy to write Python. As you can see on my PROFILE its write on Python language. but i'm NOT expert yet, i still learn it when i have a time because my homework. when i'm expert at Python, i wil learn PHP. So That's it, a little introduction from me! See ya!

Sorry For Bad English

Pinned

  1. currency-system currency-system Public

    Forked from BIntelligent/currency-system

    currency system for discord.js using MongoDB

    JavaScript

  2. discord-tictactoe discord-tictactoe Public

    Forked from utarwyn/discord-tictactoe

    Highly customizable innovative Discord Bot for playing Tic-Tac-Toe 🎮🏅

    TypeScript 1 1