using System;
class Ziya
{
public string Fullname { get; set; } = "Ziya Mammadov";
public string[] ProgrammingLanguages { get; set; } = { "C#", "C++", "Python", "TypeScript", "JavaScript", "Haskell", "Fortran"};
public string[] SpokenLanguages { get; set; } = { "English", "Azerbaijani", "Turkish" };
public void Hi()
{
Console.WriteLine($"{Fullname}");
Console.WriteLine(Status);
}
}
class Program
{
static void Main(string[] args)
{
Ziya me = new Ziya();
me.Hi();
}
}
🎯
Focusing
AI & Computer Science Student @ University of Edinburgh |
i love coding, AI for Bio, hci, cognitive AI
-
MPAY
- Edinrburgh, UK
-
12:25
(UTC) - https://mziya.xyz
- mmdvziya
- in/mziya
- @zmmmdf
Pinned Loading
-
qiymeti-az
qiymeti-az PublicQiymeti_AZ is a Python package that provides a convenient way to scrape product prices from various Azerbaijani websites. It includes default instances for popular Azerbaijani electronic stores and…
Python
-
-
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.