Notifications
See all
No new notifications
Home > Video Gallery >  【Python入門】if文, and と or, range関数。 数字と文字の比較方法
Hiro

Hiro

Templates: 0

Videos: 24

Photos: 0

  • Uploaded: 2020-08-11 09:00:51.803
  • Using:  PowerDirector 18
  • Templates Used: 126
  • Views: 3
  • Rate:  (0)

【Python入門】if文, and と or, range関数。 数字と文字の比較方法

Creator's Description

【Python入門】if文, and と or, range関数。 数字と文字の比較方法。 これから、Pythonを勉強する方へ、全くの初心者でもわかりやすいように細かく説明いたします。 チャンネル登録: https://www.youtube.com/channel/UCTS1YgULmZOdQ6KwONhK9zw?sub_confirmation=1 YouTube チャンネル: https://www.youtube.com/channel/UCTS1YgULmZOdQ6KwONhK9zw Twitter: https://twitter.com/BlueRabbitJapan Web Page: https://blue-rabbit.org Discode: https://discord.gg/6jJpdBT # 関連動画 # --------- Python入門 Play List: https://www.youtube.com/watch?v=09VWraDa5JA&list=PLNrdnDiuYDfIeQDikFM937_eKtg-PVwQ- viエディタの使い方: https://www.youtube.com/watch?v=X4m_IJyuUZQ Windows上で、Ubuntu(Linux) WSLの設定の仕方: https://www.youtube.com/watch?v=950HnrDkJes VirtualBoxを使ってWindows上にLinuxをインストール: https://www.youtube.com/watch?v=Fd7pdv5l_Q8 #---- sample.py ---- x = 2 y = 3 z = x + y print(z) #---- sample2.py ---- str1 = "Hello" str2 = " " str3 = "World!" str4 = str1 + str2 + str3 print(str4) #---- sample3.py ---- for i in range(20): if ( i % 2 ) == 0 and ( i % 3 ) == 0: print(i) for i in range(20): if ( i % 6 ) == 0: print(i) for i in range(0, 20, 6): print(i) #---- sample4.py ---- fruits = ["apple", "orange", "grape"] for fruit in fruits: if fruit == "orange": print(fruit)

Comments 

Tags in this Video Show All Tags

Directorzone.cyberlink.com uses analytical cookies and other tracking technologies to offer you the best possible user experience on our website. By using our website, you acknowledge and agree to our cookie policy. For more information on cookies or changing your cookies settings, read CyberLink’s Cookie Policy.