MSK Technologies

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

Write a Python program to calculate the sum of three given numbers. If the values are equal, return three times their sum.

  1. Home
  2. Programs
  3. Program - 11
Write a Python program to calculate the sum of three given numbers. If the values are equal, return three times their sum.

Program


def myfun(x,y,z):
    sum = x + y + z
    if x == y == z:
        sum = sum * 3
    return sum
      
if __name__=="__main__":      
    print(myfun(1,2,3))
    print(myfun(4,4,4))

Output:

6
36


More Questions


11 . Write a Python program to calculate the sum of three given numbers. If the values are equal, return three times their sum.
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



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 Check Prime Number.

Write a python program to checking internet speed

Write a python program to print reserved keywords

Write a python program to print properties and methods

Write a Python program to remove duplicates from a list

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