Skip to content

xnkit69/xnkit69

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi there 👋

class Attributes(xnkit69):
	@staticmethod
	def contact() -> tuple:
	    name     = "Ankit Kumar"
	    instagram  = "instagram.com/xnkit69"
	    telegram = "t.me/xnkitkumar"
	    email    = "[email protected]"
	    
	    return name, Instagram, telegram, email
	
	@staticmethod
	def life() -> tuple:
		langs         = ['English', 'Hindi', 'Marathi']
		nationalities = self.langs.remove('English', 'Hindi', 'Marathi').append('USofA')
		age           = redacted
		
		return langs, nationalities, age
	
	@staticmethod
	def coding() -> tuple:
		langs = {
      			'expert': ['python'],
			'advanced':   ['Html', 'typescript/javascript', 'Css'],
			'intermediate': ['go', 'c', 'c++'],
			'learning': ['c#', 'java', 'Kotlin', 'Php']
		}
		specialities  = ['AI', 'web/app reverse engineering', 'web3', 'software design']
		env = ['vscode', 'vim', 'text editor']
	        interests = ['AI', 'communications']
		
		return langs, specialities, env, interests

"If You Put Your Mind To It, You Can Accomplish Anything" - Ankit Kumar (Back to the Future)