לומדים Python באיזי
669 subscribers
16 photos
43 files
170 links
Download Telegram
Exercise 1 (and Solution)

Create a program that asks the user to enter their name and their age. Print out a message addressed to them that tells them the year that they will turn 100 years old.

Extras:

Add on to the previous program by asking the user for another number and printing out that many copies of the previous message. (Hint: order of operations exists in Python)Print out that many copies of the previous message on separate lines. (Hint: the string "\n is the same as pressing the ENTER button)
לומדים Python באיזי
Exercise 1 (and Solution) Create a program that asks the user to enter their name and their age. Print out a message addressed to them that tells them the year that they will turn 100 years old. Extras: Add on to the previous program by asking the user…
אפשר לרשום את התרגילים בעברית?.
אז נתחיל. התרגילים בכוונה למתחילים מתחילים.
לא אתגר אלה תרגול.

1. כתוב תכנית שמקבלת קלט מהמשתמש. אות/ספרה יחידה.
- התכנית מזהה האם הקלט הוא תו (אות), או ספרה.
- אם זוהי אות, התכנית מדפיסה את כל האותיות בסדר א-ב, החל מהאות שנתקבלה. בפורמט הדפסה לרצונך.
- אם זהו מספר, היא מזהה האם הוא זוגי או אי-זוגי.

היישום מודולרי (שלבים עוקבים) כך שיהיה יותר קל.

לפי התגובות (אם בכלל), אדע אם היה קל מדיי או לא.
Forwarded from GETINTOCOURSE
Django 2 & Python | The Ultimate Web Development Bootcamp
שאלה : אפשר בקצרה הסבר מזה Django
תשובה :
Django
הוא בעצם כלי שמשתמש בקוד בשפת פייתון לפיתוח אתרי אינטרנט, מההתחלה ועד הסוף, הוא מתיימר להיות הרבה יותר straightforward מהכלים האחרים והרבה יותר פשוט.
מבטיח שכשיהיה לי משהו להציג לראווה, באתר שלי, אשלח קישור....