ADVERTISEMENT

One of the works done by our Robotics and Machine Learning division,
SELF-LEVELING QUADCOPTER
Arduino based Quadcopter.
Self-leveling is acheived by the aligning the quadcopter using the readings from the gryo as well as the accelerometer.
A four channel RC transmitter is used to control the movement of the quadcopter when in flight. Kindly subscribe to our YouTube Channel and stay tuned.

Monday 15 August 2016

CSE1001 :PRACTICE PROBLEM 2:PATTERN PRINTING


n=int(input())
for i in range(1,n+1):
    print("*"*(2*i));

No comments:

Post a Comment