برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام<a hraf="tel:090000000">با من تماس بگیر</a>
<a href="tel:090000000" title="با ما تماس بگیرید">تماس با ما</a>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Page title</title> </head> <body> <div> <a href="tel=+989000000">تماس با ما </a> </div> </body> </html>
<!DOCTYPE html> <html lang="fa"> <head> <title>صفحه تماس با ما</title> </head> <body dir="rtl"> <a href="tel:090000000" title="با ما تماس بگیرید">تماس با ما</a> </body> </html>
<!DOCTYPE html> <html lang="fa"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>تماس با ما</title> </head> <body> <a href="tel:090000000" title="با ما تماس بگیرید">تماس با ما</a> </body> </html>
<!DOCTYPE html>
<html>
<body>
<a href="tel:090000000" title="با ما تماس بگیرید">تماس با ما</a>
</body>
</html>
<a href="tel:090000000">Call to me</a>
Submitting answers is currently unavailable.
Write a program that receives a number of input and from that number to zero countdown and prints in the output
Write a function that receives 2 numbers as parameter (A and B) and get A to power B and return
Write a program that receives a student's lessons and the number of each unit (receiving the score and the number of units until the number is 0).
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام If you don’t understand the exercise or can’t solve it for any reason, that’s completely
normal—don’t worry 😊
Try checking out easier exercises and reviewing different answers
submitted by others. Gradually, you can move on to more challenging exercises. Also, your answer
might be correct even if it’s different from others.