What İs HTML ? Admin Ocak 17, 2023 Add Comment Edit HTML (Hypertext Markup Language) is a markup language used to create the structure of a web page. It consists of a series of elements, rep... Read More
A Function To Find The Largest Among Three Numbers Admin Ocak 16, 2023 Add Comment Edit This code defines a function called largest that takes three numbers as input and returns the largest one using an if-elif statement. The f... Read More
How To Make A Text With Raspberry Pi ? Admin Ocak 03, 2023 Add Comment Edit There are a few ways you can use a Raspberry Pi to send text messages: Use a USB 3G/4G modem and a command line tool like "mmcli... Read More
How To Make Login And Sign Up Screen İn Pyhton Admin Aralık 25, 2022 Add Comment Edit To create a login screen using Python, you can use a combination of the Python Standard Library and any additional libraries you want to use... Read More
How To Make A Calculator İn C# (C Sharp) Admin Aralık 22, 2022 Add Comment Edit Let's Make a Calculator İn C# You'll Learn Easily class Calculator { // To store current number being input string input = ... Read More
How to Make a Calculator in Pyhton Admin Aralık 20, 2022 Add Comment Edit This ex. you will make basic calculator in pyhton Code # pip install tkinter import tkinter as tk import tkinter.messagebox from tkinte... Read More