Recent Pastes

Pastes found: 2298

This is the pop-up flow.

[close]

areas = []
f = open("all_subarea.txt", "r")
for x in f:
    x = x.strip()
    areas.append(x)  
f.close()
 
#print(areas)
 
userinput = input("Enter an area name: ").lower()
flag = False
if userinput in areas:
    print("no mistakes")
    flag = True
else:
    print("The input is incorrect")
    len3 

This is the pop-up flow.

[close]

areas = []
f = open("all_subarea.txt", "r")
for x in f:
    x = x.strip()
    areas.append(x)  
f.close()
#print(areas)
 
userinput = input("Enter an area name: ").lower()
flag = False
if userinput in areas:
    print("No mistakes, area found ")
    flag = True
else:
    print("The input is incorrect

This is the pop-up flow.

[close]

employee = []
#entries = {}
#skills[]
 
for x in range(0, 2):
    entries = {}
    skill = []
    entries['name'] = input("Enter name \n")
    entries['age'] = input("Enter age \n")
    n = int(input("Enter number of skills: \n"))
    skill.extend(input("Enter skills with a space \n").split())
    en

This is the pop-up flow.

[close]

import pandas as pd
import numpy as np
import os 
from sklearn.feature_extraction.text import CountVectorizer
from keras.preprocessing.text import Tokenizer
from keras.preprocessing.text import hashing_trick
from keras.preprocessing.text import one_hot
from keras.preprocessing.text import text_to_wo

This is the pop-up flow.

[close]

record = []
end_of_list = int(input("How many users you want to add: "))
for i in range(0,end_of_list): 
    person = {
        "Name":input("Enter Your Name: "),
        "Age":int(input("Enter your Age: ")),
        "Work":input("Enter your work: "),
        "Skill": [input("Enter your Skills Separ

This is the pop-up flow.

[close]

record = []
end_of_list = int(input("How many users you want to add: "))
for i in range(0,end_of_list): 
    person = {
        "Name":input("Enter Your Name: "),
        "Age":int(input("Enter your Age: ")),
        "Work":input("Enter your work: "),
        "Skill": [input("Enter your Skills Separ

This is the pop-up flow.

[close]

record = []
end_of_list = int(input("How many users you want to add: "))
for i in range(1,end_of_list): 
    person = {
        "Name":input("Enter Your Name: "),
        "Age":int(input("Enter your Age: ")),
        "Work":input("Enter your work: "),
        "Skill": [input("Enter your Skills Separ

This is the pop-up flow.

[close]

package com.xbsaykat.easy24vendorapp;
 
import android.os.Build;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
 
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.

This is the pop-up flow.

[close]

package com.xbsaykat.easy24vendorapp.DailyReport;
 
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
 
import androidx.annotation.NonNull;
import android

This is the pop-up flow.

[close]

package com.xbsaykat.easy24vendorapp.MonthlyReport;
 
import android.os.Build;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
 
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import androidx
Invalid Email or Password