Skip to content
View apullo777's full-sized avatar

Highlights

  • Pro

Organizations

@HUMA-TECH
Block or Report

Block or report apullo777

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
apullo777/README.md
class Attributes(apullo777):
	@staticmethod
	def contact() -> tuple:
	    discord  = "apullo#7771"
	    telegram = "t.me/apullo777"
	    skiff    = "apullo.eth@skiff.com"
	    
	    return discord, telegram, skiff
	
	@staticmethod
	def life() -> tuple:
		langs         = ['Chinese', 'English']
		nationalities = self.langs.remove('Chinese', 'English').append('USA')
		
		return langs, nationalities
	
	@staticmethod
	def coding() -> tuple:
		langs = {
			'intermediate': ['python', 'js'],
			'learning': ['c', 'java', 'solidity']
		}
		specialities  = ['web development', 'frontend']
		environnement = ['vscode']
		
		return langs, specialities, environnement
profile-views

🛠️ Languages & Tools :

HTML  CSS  JavaScript  React  Node.js  Python  Solidity  npm   git  

📈: Stats

GitHub Streak

Top Langs

Pinned

  1. tic-tac-toe tic-tac-toe Public

    JavaScript

  2. weather-app weather-app Public

    JavaScript