Arama Sonuçları

  1. A

    Which country is best

    i think the best country is germany
  2. A

    what is your first Mobile device

    Samsung galaxy S9
  3. A

    What was the first game you played?

    project IGI played in 2007
  4. A

    What's the best course to learn python?

    Codecademy — Analyze Data with Python — Best for Data Nerds. Codecademy — Learn Python 3 — Best for Your Portfolio. DataCamp — Introduction to Python — Most Fun. edX — Introduction to Python Programming by the Georgia Institute of Technology — Most Academic.
  5. A

    What is your favorite character in games?

    sara in pubg mobile
  6. A

    Netflix series recommendations

    flash,Arrow,the witcher i liked the most
  7. A

    Favorite Netflix Series

    Arrow is my favourite series
  8. A

    movies or series??

    tv series better than movies
  9. A

    i have an issue using graphics card

    thank you i have also fixed my gaming performance because of these above settings thank you again :) 1695728657 CS2 minimum requirements Memory: 8 GB Graphics Card: NVIDIA GeForce GTX 1060 CPU: Intel Core i5-7500 File Size: 50 GB OS: Windows 10 CS2 recommended specs Memory: 16 GB Graphics...
  10. A

    Homeworld Remastered Collection | Severed Steel Free on EpicGames

    thnak you bro but i m too late for this offer thanks for your post brother!
  11. A

    Bloons 6 TD | Loop Hero Free on EpicGames

    bloons TD 6 is one of my fav games i just masters bloons TD 5 on NINJAKIWI websites my clan was dark matter
  12. A

    Train Valley 2 Free on EpicGames

    oh no i just lost free offer next time i will definitely buy the game
  13. A

    Review Civilization VI

    Civilization 6 is the ultimate digital board game. More than ever in the series, the board—the world—is the soul of every opportunity and challenge. As usual for Civ, I build empires, compete for a set of victory conditions, and fend off warmongering leaders like that scoundrel Peter the Great...
  14. A

    What is the best and worst mmorpg you have ever played?

    Final Fantasy XIV: A Realm Reborn
  15. A

    Fav anime or manga?

    One Piece is my favourate manga and anime
  16. A

    Which is the best web for Hacking ??

    PortSwigger's Web Security Academy Labs This is the place to start for anyone who wants to learn about web hacking. The Web Security Academy is a free online course taught by Burp Suite. The course covers everything from basic ethical hacking practice tests to advanced techniques like fuzzing...
  17. A

    Multiple Function Arguments

    def bar(first, second, third, **options): if options.get("action") == "sum": print("The sum is: %d" %(first + second + third)) if options.get("number") == "first": return first result = bar(1, 2, 3, action = "sum", number = "first") print("Result: %d" %(result))
  18. A

    Lists

    mylist = ["apple", "banana", "cherry"] List Lists are used to store multiple items in a single variable. Lists are one of 4 built-in data types in Python used to store collections of data, the other 3 are Tuple, Set, and Dictionary, all with different qualities and usage. Lists are created...
Üst