need three easy python code

first question

1- Write 2 functions:

Save your time - order a paper!

Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines

Order Paper Now
  1. c_to_f(ctemp)
  2. f_to_c(ftemp)

These should convert from Celsius to Fahrenheit and Fahrenheit to Celsius

F = Temp_C * (9/5) +32

C = (Temp_F-32) *(5/9)

Create a Loop that will print the following:

A. A table of temperatures from -50 F to 220 F and each number in between (counting by 10)

B. A table of temperatures from 0 C to 120 C and each number in between (counting by 10)

For instance for number 1

-50 F -45.55 C

-40 F -40 C

….

0 F -17 C

210 F 98.88 C

220 F 104.44 C

second question:

2- -Write a function called is_prime(N) that returns True if N is prime and False if N is not Prime.

third question:

3- Write a function fibonacci(N) which will print out N items of the fibonacci sequence

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.