#!/usr/bin/python
class Person:
def __init__(self):
self.occupation = "ICT and Internet Engineering Student"
self.languages_spoken = ["Italian", "English"]
def say_hi(self):
print("Hi! :)")
me = Person()
me.say_hi()
👾
probably studying some stuff
Highlights
- Pro
Pinned Loading
-
stroke-finder-matlab
stroke-finder-matlab PublicThis repository contains MATLAB code for remotely controlling a Vector Network Analyzer (VNA) to perform measurements on a head phantom equipped with an antenna helmet. The project aims to collect …
MATLAB 2
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.
