Skip to main content

mi mix 2

another version of mi mix 2 is launched . It's design  is lovable  . three side bezel less ( up and two side ). top one it's front camera's position . it is below the phone  . the front camera is 5 megapixel. rear camera is 16 megapixel .  rear portion is so glossy like a mirror . it will run on  snapdragon 821 .  it has two variant 4 gb ram 128 rom and other one is 6 gb ram 256 gb rom .android marshmallow .  it's price will be around
39k.    

Comments

Popular posts from this blog

Drawing an Indian flag using turtle -Python Project

Introduction:  The Prestigious Indian Flag will be drawn using Python Turtle in this Python project. Turtle is a pre-installed library in Python that helps you draw on a board in your program. Code Breakdown:  1. Import Turtle Libary:  from turtle import Turtle, Screen 2. Configure the Turtle and Screen: tim = Turtle() screen = Screen() screen.setup(width=600, height=600) screen.title("Indian Flag") 3. Creating Background: tim.color("lightblue") tim.goto(-300,300) tim.begin_fill() tim.forward(600) tim.right(90) tim.forward(300) tim.right(90) tim.forward(600) tim.end_fill() tim.color("#ADFF2F") tim.goto(-300,-300) tim.begin_fill() tim.right(180) tim.forward(600) tim.left(90) tim.forward(300) tim.left(90) tim.forward(600) tim.end_fill() 4. Drawing the flag's pole: tim.goto(0,0) tim.color("Brown") tim.goto(-30,0) tim.begin_fill() tim.right(180) tim.forward(60) tim.right(90) tim.forward(20) tim.right(90) tim.forward(60) tim.end_fill() tim.goto(-6...

How to download video from YouTube

https://youtu.be/Cqrpp_8cbSc