#!/usr/bin/python
# -*- coding: utf-8 -*-
class PhD_Astro:
def __init__(self):
self.name = 'Raphael Rolim'
self.nation = 'Brazil'
self.role = 'Ph.D. Student'
self.research = 'Radio-astronomy'
self.member = 'BINGO/ABDUS radio-telescope'
self.language_computer = ['Python', 'C++', 'SQL']
self.language_real = ['pt_BR', 'en_US']
self.loves = {'Book':'Dune', 'Movie':'Star Wars', 'Food':'Sfiha', 'Martial Art':'Taekwondo'}
def says_hy(self):
print('Hello there!')
me = PhD_Astro()
me.says_hy()
Ph.D. Student in Astronomy @usp.
-
Institute of Astronomy, Geophysics and Atmospheric Sciences
- University of São Paulo
- https://orcid.org/0009-0003-7926-4278
Highlights
- Pro
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.