MSK Technologies

Home
Programs
Programs List
Pages
Python Java Material PLSQL Material
Search A Job

Write a Python program to count the number 4 in a given list.

  1. Home
  2. Programs
  3. Program - 12
Write a Python program to count the number 4 in a given list.

Program

def myfun(num):
    count = 0
    for x in num:
        if x == 4:
          count = count + 1
    return count
      
if __name__=="__main__":      
    print(myfun([1, 4, 6, 7, 4])) 
    print(myfun([1, 4, 6, 4, 7, 4]))

Output:

2
3


More Questions


12 . Write a Python program to count the number 4 in a given list.
13 . Write a Python program to get n (non-negative integer) copies of the first 2 characters of a given string. Return n copies of the whole string if the length is less than 2.
14 . Write a Python program to test whether a passed letter is a vowel or not.
15 . Write a Python program that checks whether a specified value is contained within a group of values.
16 . Write a Python program that concatenates all elements in a list into a string and returns it.
17 . Print out a set containing all the colors from a list which are not present in other list
18 . Write a Python program to get current time and date
19 . Write a Python program sort a list in descending order
20 . Python Program to Replace all Occurrences of ‘a’ with $ in a String
21 . Write a Python program to remove duplicates from a list
22 . Write a Python program to count number of vowels in the given string



For latest job updates join Telegram Channel: https://t.me/sateeshm

Programs

Apply For The Job

Apply For Job

Java Material

Python Material

PLSQL Material

.Net Material

Practice Programs

Write a python program to merge nested lists ?

Write a Python Program to Find the Sum of Natural Numbers.

Write a Python Program to Check Prime Number.

Write a python program to check two strings are Anagram or not

Write a Python Program to Check if a Number is Positive, Negative or Zero.

Courses
Java Python PLSQL .Net ADO.Net About Us
Quick Links
Daily Use English Sentences Daily General Knowledge General Knowledge Latest Update Inventions and Inventors జనరల్ నాలెడ్జ్ General Knowledge Spoken English Spoken Hindi GK Hindi Telugu Facts Unknown Facts Psychology Facts Motivation Quotes విటమిన్ - సి,డి,ఇ,కె Android
Spiritual
రాధాకృష్ణ భగవద్గీత Motivation Quotes Slokas Talapatra Nidhi ఆధ్యాత్మిక భక్తి ప్రపంచం Sadhguru Sai Motivation Quotes గౌతమ బుద్ధుడు Bhagavad Gita Quotes
Newsletter

Dolor amet sit justo amet elitr clita ipsum elitr est.

© sateeshm, All Right Reserved. Designed By sateeshm
Home Help FQAs