Skip to content
View VertX00D's full-sized avatar
😃
😃
Block or Report

Block or report VertX00D

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
VertX00D/README.md
class Attributes(Vert):
	def __init__(self) -> None:
	    pass
	
	@staticmethod
	def life(self) -> tuple:
		langs         = ['English', 'Turkish', 'France']
		nationalities = self.langs.remove('French', 'English').append('Korean')
		age           = 17
		
		return langs, nationalities, age
	
	@staticmethod
	def coding(self) -> tuple:
		langs = {
			'expert':   ['python'],
			'intermediate': ['python'],
			'learning': ['html', 'css']
		}
		specialities  = [discord bots']
		environnement = ['vscode']
		
		return langs, specialities, environnement

Pinned

  1. VertX00D VertX00D Public

    my github profile