Skip to content

armendx/python-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Python Echo

A basic Python CLI script that echoes what the user types.

Usage

python echo.py

🧠 Repo 3: js-timer (JavaScript)

πŸ“„ File: timer.js

// A simple countdown timer using setTimeout
console.log("Starting timer...");
setTimeout(() => {
  console.log("⏰ Time's up!");
}, 3000);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages