Python File

Xem PDF

Điểm: 400 Thời gian: 1.0s Bộ nhớ: 256M Input: bàn phím Output: màn hình

A file name consists of \(2\) parts: base name and extension name, separated by a dot character. For example, Python
source code files have extension name "py", documents have extension name "doc" or "docx". In Windows OS, file
names are case insensitive.

Write a program to input a file name as string and check whether it is considered Python source code file in
Windows or not.

Input

  • Only one line contain file name \(S (1 < |S| < 128)\). File name will only contain ’a’-’z’,’A’-’Z’,’’ and’_’.

Output

  • If file is a python file, print "yes", otherwise "no".

Example

Test 1

Input
abc.py
Output
yes

Test 2

Input
abc.bin
Output
no

Bình luận


  • 0
    tula    10:40 p.m. 11 Tháng 6, 2022

    Bài này sao lại 400P ??? 50P là cùng :v


    • 0
      anhthu030412    10:20 p.m. 16 Tháng 7, 2023

      Lâu lâu thầy Small rộng lượng xíu =))


      • 0
        kay    9:51 p.m. 28 Tháng 9, 2024

        ko đâu bn bài này 100 nhưng thầy cho thêm điểm dịch nx là 400 á bn

      4 bình luận nữa