Getting started here, questions about strategy, etiquitte, etc

python code for calculating HCF of two number
n = int(raw_input(“The first number=”))
m = int(raw_input(“The second number=”))
cd=[]
for i in range (1,max(m+1,n+1)):
if (n%i==0):
if (m%i==0):
cd.append(i)
print(“The HCF of %s and %s = %s\n” %n, %m, %cd[-1])
raw_input(“press enter to exit”)

I’m here to improve my programming skills.

i am happy to be part of codechef.

i am student now this is first time on codechef

strong textjava

Just give the link of the question and ask the query…

I WANTED TO A GOOD PROGRAMMER SO HELP IN ENHANCING MY SKILLS

1- Write a program to read a character, integer number and decimal number then print each one of them on newline.

1
2
3
4
5
6
7
8
9

I’m a new commer not only here in codechef but in this vast field of programming itself.i’m in first year of btech and keen to know where to start from to be a good programmer?form which language ?i hv learnd c only.

Hello I am Atharva Kango. I am a student.

i am a new commeer so i request u to jst give some few easy questions to answer

i want to become a good programmar i wish codechef helps me in taking me to higher level

New here.
All to enhance my coding skills

New Here.
Want to enhance my coding skills

i want to see that how much i have studies c++ in my school

New Here. Want to enhance my coding skills

I am a student. I need to improve my coding skills in C.

I am a student and I want to become a good programmer by improving my coding skills.

Hi to all,
I’m Babis nice to meet you.