Week one of the Sync internship at SYNC INTERN'S was a journey of innovation and learning. Over the week I worked on creating the signup flow for a mobile app “Gymbo” for my first task. Link to the Prototype here and the video 👇 figma.com/proto/njCZ8vOyhfTk…#syncintern
An OTP verification using Python
steps:
1.First, create a 6-digit random number.
2.Then store the number in a variable
3. When sending an email, we need to use OTP as a message.
4. Finally, we need to request two user inputs.
#syncintern#Python