Skip to content
View vToshio's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report vToshio

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
vToshio/README.md

About Me 🧑‍💻

> Information Systems student at FHO | Uniararas - Brazil

#!/usr/bin/python
# -*- coding: utf-8 -*-

from world import Visitor

Class Dev():
    def __init__(self) -> None:
        self.name = 'Vinícius Toshio'
        self.languages = ['pt_BR', 'en_US']
        self.code = ['C', 'Python', 'HTML', 'CSS', 'JavaScript']
        self.frameworks = ['Bootstrap', 'Flask']
    
    def say_hi(self, name:str) -> None:
        prinf(f'Hi {name}, nice to meet you! Thanks for passing by!')

me = Dev()
me.say_hi(Visitor.name)

LinkedIn Gmail Instagram LeetCode

Stats:

Pinned Loading

  1. beecrowd-solutions beecrowd-solutions Public

    Repository which contains my Beecrowd platform solutions

    C

  2. study-projects study-projects Public

    Very simple projects I've developed while studying programming concepts

    Python